From 56c05840aaf9ef42bedf81df4d57681ddfda399c Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 18 May 2015 07:02:03 -0500 Subject: gengetopt-2.22.6-3: rebuild --- pcr/gengetopt/PKGBUILD | 17 +++++++++++------ 1 file 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 -# Contributor : andreas_baumann -# Contributor : zhuqin +# Contributor (Arch): Christian Hesse +# Contributor (Arch): andreas_baumann +# Contributor (Arch): zhuqin # Maintainer : Aurélien DESBRIÈRES + 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' + ) -- cgit v1.2.3