summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-10 21:57:09 +0800
committerChocobo12023-04-10 21:57:09 +0800
commitcf4636d6d9f8de534e983480695250f5bad1bd00 (patch)
treedfbefc6e92bed99f982c69c00a7b02131603928f /PKGBUILD
parent89eb5ab0e3995d7bcfb168d124c86c120b6cc47d (diff)
downloadaur-gengetopt-git.tar.gz
upgpkg: gengetopt-git 2.23.r0.g0cfa550-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')