makedeb
Enable to inject custom functions into any readline applications
Click here to go back to the commit logs for rl-custom-function-git.
Hash: a4df5c6bd99c681b3788b85d3276bc6fa28305e1
Message: minor fix
diff --git a/.SRCINFO b/.SRCINFO
index 3af116e..223433a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,21 @@
-generated-by = makedeb-makepkg
-
-pkgbase = rl-custom-function-git
- pkgdesc = Enable to inject custom functions into any readline applications
- pkgver = 22.28f437d
- pkgrel = 1
- url = https://github.com/lincheney/rl_custom_function
- arch = i686
- arch = x86_64
- license = GPL3
- makedepends = rustc
- makedepends = cargo
- provides = rl-custom-function
- conflicts = rl-custom-function
- source = rl_custom_function::git+https://github.com/lincheney/rl_custom_function.git
- sha256sums = SKIP
-
+generated-by = makedeb
pkgname = rl-custom-function-git
+pkgbase = rl-custom-function-git
+pkgdesc = Enable to inject custom functions into any readline applications
+pkgrel = 2
+pkgver = 1.28f437d
+url = https://github.com/lincheney/rl_custom_function
+arch = i686
+arch = amd64
+conflicts = rl-custom-function
+license = GPL3
+makedepends = rustc
+makedepends = cargo
+provides = rl-custom-function
+source = rl_custom_function::git+https://github.com/lincheney/rl_custom_function.git
+sha256sums = SKIP
+buster_depends = libreadline7
+buster_depends = libreadline5
+focal_depends = libreadline8
+makedepends = rustc
+makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 615cf1a..f608631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=rl-custom-function-git
_pkgname=rl_custom_function
__pkgname=rl-custom-function
-pkgver=22.28f437d
-pkgrel=1
+pkgver=1.28f437d
+pkgrel=2
pkgdesc="Enable to inject custom functions into any readline applications"
-arch=('i686' 'x86_64')
+arch=('i686' 'amd64')
url="https://github.com/lincheney/rl_custom_function"
license=('GPL3')
buster_depends=('libreadline7' 'libreadline5')