summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41fc598be67f..3216d8736906 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gengetopt-git
pkgdesc = A tool to write command line option parsing code for C programs
pkgver = 2.23.r0.g0cfa550
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/gengetopt/
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gengetopt-git
makedepends = gengen
makedepends = gengetopt
depends = glibc
- provides = gengetopt
+ provides = gengetopt=2.23.r0.g0cfa550
conflicts = gengetopt
source = git+https://git.savannah.gnu.org/git/gengetopt.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 10baea330be9..7363e23d6047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=gengetopt-git
pkgver=2.23.r0.g0cfa550
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to write command line option parsing code for C programs"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/gengetopt/"
license=('GPL3')
depends=('glibc')
makedepends=('git' 'gengen' 'gengetopt')
-provides=('gengetopt')
+provides=("gengetopt=$pkgver")
conflicts=('gengetopt')
source=("git+https://git.savannah.gnu.org/git/gengetopt.git")
sha256sums=('SKIP')