summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-18 07:02:03 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-18 07:02:03 -0500
commit56c05840aaf9ef42bedf81df4d57681ddfda399c (patch)
tree273a926e0d3668b03377ccaa809ca6a0c2b8ed84 /pcr
parented7129b07e9d1d92a41df7051d76aef166c07048 (diff)
gengetopt-2.22.6-3: rebuild
Diffstat (limited to 'pcr')
-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'
+ )