[arch-commits] Commit in gengetopt/trunk (PKGBUILD)
Date: Tuesday, July 7, 2020 @ 18:34:30 Author: felixonmars Revision: 660086 upgpkg: gengetopt 2.23-2: reproducibility rebuild Modified: gengetopt/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-07 18:32:58 UTC (rev 660085) +++ PKGBUILD2020-07-07 18:34:30 UTC (rev 660086) @@ -4,7 +4,7 @@ pkgname=gengetopt pkgver=2.23 -pkgrel=1 +pkgrel=2 pkgdesc='A tool to write command line option parsing code for C programs' arch=('x86_64') url='https://www.gnu.org/software/gengetopt/gengetopt.html'
[arch-commits] Commit in gengetopt/trunk (PKGBUILD)
Date: Saturday, September 28, 2019 @ 21:45:48 Author: eworm Revision: 512043 fix unquoted variables Modified: gengetopt/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-09-28 21:43:32 UTC (rev 512042) +++ PKGBUILD2019-09-28 21:45:48 UTC (rev 512043) @@ -17,7 +17,7 @@ 'SKIP') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make @@ -24,8 +24,8 @@ } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in gengetopt/trunk (PKGBUILD)
Date: Tuesday, June 4, 2019 @ 08:55:59 Author: eworm Revision: 476836 upgpkg: gengetopt 2.23-1 new upstream release Modified: gengetopt/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-06-04 07:55:19 UTC (rev 476835) +++ PKGBUILD2019-06-04 08:55:59 UTC (rev 476836) @@ -3,16 +3,17 @@ # Contributor: zhuqin pkgname=gengetopt -pkgver=2.22.6 -pkgrel=7 +pkgver=2.23 +pkgrel=1 pkgdesc='A tool to write command line option parsing code for C programs' arch=('x86_64') url='https://www.gnu.org/software/gengetopt/gengetopt.html' license=('GPL') options=('!docs' '!makeflags') -validpgpkeys=('D459FCC2041AC8FEF297D53EB4AA8C689E629EAC') -source=("https://ftpmirror.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz"{,.sig}) -sha256sums=('30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7' +depends=('gcc-libs') +validpgpkeys=('CD7AB2B200F374043F92E5D42485C3A5CF0FF62F') # Gray Wolf +source=("https://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac' 'SKIP') build() {
[arch-commits] Commit in gengetopt/trunk (PKGBUILD)
Date: Wednesday, December 20, 2017 @ 22:27:30 Author: eworm Revision: 275098 upgpkg: gengetopt 2.22.6-7 rebuild old packages Modified: gengetopt/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-12-20 22:25:44 UTC (rev 275097) +++ PKGBUILD2017-12-20 22:27:30 UTC (rev 275098) @@ -5,7 +5,7 @@ pkgname=gengetopt pkgver=2.22.6 -pkgrel=6 +pkgrel=7 pkgdesc='A tool to write command line option parsing code for C programs' arch=('x86_64') url='http://www.gnu.org/software/gengetopt/gengetopt.html'
[arch-commits] Commit in gengetopt/trunk (PKGBUILD)
Date: Tuesday, August 9, 2016 @ 19:41:23 Author: eworm Revision: 186258 upgpkg: gengetopt 2.22.6-6 license is an array Modified: gengetopt/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-09 19:37:04 UTC (rev 186257) +++ PKGBUILD2016-08-09 19:41:23 UTC (rev 186258) @@ -5,11 +5,11 @@ pkgname=gengetopt pkgver=2.22.6 -pkgrel=5 +pkgrel=6 pkgdesc='A tool to write command line option parsing code for C programs' arch=('i686' 'x86_64') url='http://www.gnu.org/software/gengetopt/gengetopt.html' -license='GPL' +license=('GPL') options=('!docs' '!makeflags') validpgpkeys=('D459FCC2041AC8FEF297D53EB4AA8C689E629EAC') source=(ftp://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz{,.sig})
[arch-commits] Commit in gengetopt/trunk (PKGBUILD)
Date: Saturday, December 5, 2015 @ 17:05:43 Author: bpiotrowski Revision: 148523 C++11 ABI rebuild Modified: gengetopt/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-12-05 16:00:53 UTC (rev 148522) +++ PKGBUILD2015-12-05 16:05:43 UTC (rev 148523) @@ -5,7 +5,7 @@ pkgname=gengetopt pkgver=2.22.6 -pkgrel=4 +pkgrel=5 pkgdesc='A tool to write command line option parsing code for C programs' arch=('i686' 'x86_64') url='http://www.gnu.org/software/gengetopt/gengetopt.html'