summaryrefslogtreecommitdiff
path: root/pcr/gengetopt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gengetopt/PKGBUILD')
-rw-r--r--pcr/gengetopt/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/pcr/gengetopt/PKGBUILD b/pcr/gengetopt/PKGBUILD
index bc4bd7308..db5e32ed8 100644
--- a/pcr/gengetopt/PKGBUILD
+++ b/pcr/gengetopt/PKGBUILD
@@ -1,16 +1,18 @@
-# Contributor : Christian Hesse <mail@eworm.de>
-# Contributor : andreas_baumann <abaumann@yahoo.com>
-# Contributor : zhuqin <zhuqin83@gmail.com>
+# Contributor (Arch): Christian Hesse <mail@eworm.de>
+# Contributor (Arch): andreas_baumann <abaumann@yahoo.com>
+# Contributor (Arch): zhuqin <zhuqin83@gmail.com>
# Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp>
+
pkgname=gengetopt
pkgver=2.22.6
-pkgrel=2
+pkgrel=3
pkgdesc="A tool to write command line option parsing code for C programs."
-arch=('i686' 'x86_64' 'arm' 'armv6h')
+arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gengetopt/gengetopt.html"
license="GPL"
options=('!docs' '!makeflags')
-source=(ftp://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(ftp://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz)
+
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -24,3 +26,6 @@ package() {
make DESTDIR=${pkgdir} install
}
+
+sha256sums=('30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7'
+ )