[arch-commits] Commit in byacc/trunk (PKGBUILD)

2019-11-11 Thread Levente Polyak via arch-commits
Date: Monday, November 11, 2019 @ 22:50:10
  Author: anthraxx
Revision: 526850

upgpkg: byacc 20191103-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 22:37:41 UTC (rev 526849)
+++ PKGBUILD2019-11-11 22:50:10 UTC (rev 526850)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20190617
+pkgver=20191103
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='https://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('79d04d7aa976e8b4e1bbd69f75ac1f0dbe005b1a7b072ce5ef75c877e8ece043e4adf48645c10ef036ee02de639b56b9befebb34f6e46cac1a59f8f641cc7cc8'
+sha512sums=('247cf5469da618733a9ce8d2f079e56ef485354c4fce462014ac9d3108ebf7eccb0147a3e005374a541895eff28b9a63f5f840a7576a26cb23ab34d968a2d05c'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2019-07-01 Thread Levente Polyak via arch-commits
Date: Monday, July 1, 2019 @ 20:45:10
  Author: anthraxx
Revision: 487198

upgpkg: byacc 20190617-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-01 20:43:47 UTC (rev 487197)
+++ PKGBUILD2019-07-01 20:45:10 UTC (rev 487198)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20180609
+pkgver=20190617
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='https://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9'
+sha512sums=('79d04d7aa976e8b4e1bbd69f75ac1f0dbe005b1a7b072ce5ef75c877e8ece043e4adf48645c10ef036ee02de639b56b9befebb34f6e46cac1a59f8f641cc7cc8'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 
@@ -21,7 +21,10 @@
 build() {
   cd ${pkgname}-${pkgver}
   sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--program-transform=s,^,b,
   make
 }
 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2018-06-11 Thread Levente Polyak via arch-commits
Date: Monday, June 11, 2018 @ 22:20:41
  Author: anthraxx
Revision: 342396

upgpkg: byacc 20180609-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-11 22:19:30 UTC (rev 342395)
+++ PKGBUILD2018-06-11 22:20:41 UTC (rev 342396)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20180525
+pkgver=20180609
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='https://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('ab200b7f1f0295731cda0aff08ee60c1f8a4e057ca9de265b916de690e900abe67ce9b5f6f5d0e69945485e9adb5505b079d82f8e126eb1ea12d22bc6015d73a'
+sha512sums=('45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2018-05-30 Thread Levente Polyak via arch-commits
Date: Wednesday, May 30, 2018 @ 19:18:49
  Author: anthraxx
Revision: 333481

upgpkg: byacc 20180525-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 19:14:58 UTC (rev 333480)
+++ PKGBUILD2018-05-30 19:18:49 UTC (rev 333481)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20180510
+pkgver=20180525
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='https://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('89ac9d4bd1edfdcfa304b0efacc478dbdd84cc2a1cd4ef75515863b1ea2731b106202c758b469c39a4379bb155c0a2365baa290797da0a6bb3904295431556d6'
+sha512sums=('ab200b7f1f0295731cda0aff08ee60c1f8a4e057ca9de265b916de690e900abe67ce9b5f6f5d0e69945485e9adb5505b079d82f8e126eb1ea12d22bc6015d73a'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2018-05-11 Thread Levente Polyak via arch-commits
Date: Friday, May 11, 2018 @ 23:09:34
  Author: anthraxx
Revision: 320911

upgpkg: byacc 20180510-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 22:49:31 UTC (rev 320910)
+++ PKGBUILD2018-05-11 23:09:34 UTC (rev 320911)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20170709
+pkgver=20180510
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='https://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('81b6e2dfe674d7e7650e1583c46f67e20cc5ff56b06ef73a54ec2070abd7f4af1a0db7909f31264d0e6157acd3661c19c3478e06c9bab395f53d0371bc1e9097'
+sha512sums=('89ac9d4bd1edfdcfa304b0efacc478dbdd84cc2a1cd4ef75515863b1ea2731b106202c758b469c39a4379bb155c0a2365baa290797da0a6bb3904295431556d6'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2017-12-20 Thread Levente Polyak via arch-commits
Date: Wednesday, December 20, 2017 @ 17:14:40
  Author: anthraxx
Revision: 275039

fix source url

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-20 17:04:04 UTC (rev 275038)
+++ PKGBUILD2017-12-20 17:14:40 UTC (rev 275039)
@@ -8,12 +8,12 @@
 pkgver=20170709
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='http://invisible-island.net/byacc/'
+url='https://invisible-island.net/byacc/'
 arch=('x86_64')
 license=('custom')
 depends=('glibc')
 replaces=('byacc-noconflict')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
 
sha512sums=('81b6e2dfe674d7e7650e1583c46f67e20cc5ff56b06ef73a54ec2070abd7f4af1a0db7909f31264d0e6157acd3661c19c3478e06c9bab395f53d0371bc1e9097'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 



[arch-commits] Commit in byacc/trunk (PKGBUILD)

2017-08-04 Thread Levente Polyak
Date: Friday, August 4, 2017 @ 09:10:40
  Author: anthraxx
Revision: 248161

upgpkg: byacc 20170709-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 09:08:41 UTC (rev 248160)
+++ PKGBUILD2017-08-04 09:10:40 UTC (rev 248161)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20170201
+pkgver=20170709
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='http://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638'
+sha512sums=('81b6e2dfe674d7e7650e1583c46f67e20cc5ff56b06ef73a54ec2070abd7f4af1a0db7909f31264d0e6157acd3661c19c3478e06c9bab395f53d0371bc1e9097'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 
@@ -28,7 +28,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2017-02-03 Thread Levente Polyak
Date: Friday, February 3, 2017 @ 18:14:22
  Author: anthraxx
Revision: 209767

upgpkg: byacc 20170201-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-03 18:12:38 UTC (rev 209766)
+++ PKGBUILD2017-02-03 18:14:22 UTC (rev 209767)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20161202
+pkgver=20170201
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='http://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('139d8262ba1380f5aece41b3fe8537206c413f20da0a2e408fbe1e7f32795961290c569b6ba1fbe6eb99158c466ffbc62c22e8d2c9c05e7a72c217a84a9a29e2'
+sha512sums=('f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 23:03:18
  Author: anthraxx
Revision: 200230

upgpkg: byacc 20161202-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 22:35:09 UTC (rev 200229)
+++ PKGBUILD2016-12-18 23:03:18 UTC (rev 200230)
@@ -5,16 +5,16 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20160606
+pkgver=20161202
 pkgrel=1
-pkgdesc="A Berkeley reimplementation of the Unix parser generator Yacc"
-url="http://invisible-island.net/byacc/;
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='http://invisible-island.net/byacc/'
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('glibc')
 replaces=('byacc-noconflict')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('b8d2e9523aa615399dd6c3ed0efe90b4ac943dc8039b655958db8fd4ebd0bd920af9a7a5a4c8e525a0f04e4bfd76474e39bbfa861068851d230e4b4726ca3fea'
+sha512sums=('139d8262ba1380f5aece41b3fe8537206c413f20da0a2e408fbe1e7f32795961290c569b6ba1fbe6eb99158c466ffbc62c22e8d2c9c05e7a72c217a84a9a29e2'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2016-06-07 Thread Levente Polyak
Date: Tuesday, June 7, 2016 @ 11:52:40
  Author: anthraxx
Revision: 178118

upgpkg: byacc 20160606-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-07 09:50:37 UTC (rev 178117)
+++ PKGBUILD2016-06-07 09:52:40 UTC (rev 178118)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20160324
+pkgver=20160606
 pkgrel=1
 pkgdesc="A Berkeley reimplementation of the Unix parser generator Yacc"
 url="http://invisible-island.net/byacc/;
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('ad2721d1433368560a0d26b8e3a2cabacc62b682f7866ae3be5ac1ef1a0e60438ba84303be070877d6431878753e594d2e136c5beaa04518c1b9b45c09656fad'
+sha512sums=('b8d2e9523aa615399dd6c3ed0efe90b4ac943dc8039b655958db8fd4ebd0bd920af9a7a5a4c8e525a0f04e4bfd76474e39bbfa861068851d230e4b4726ca3fea'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2016-03-29 Thread Levente Polyak
Date: Tuesday, March 29, 2016 @ 17:13:59
  Author: anthraxx
Revision: 168773

upgpkg: byacc 20160324-1

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-29 08:59:47 UTC (rev 168772)
+++ PKGBUILD2016-03-29 15:13:59 UTC (rev 168773)
@@ -5,8 +5,8 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=byacc
-pkgver=20150711
-pkgrel=3
+pkgver=20160324
+pkgrel=1
 pkgdesc="A Berkeley reimplementation of the Unix parser generator Yacc"
 url="http://invisible-island.net/byacc/;
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc')
 replaces=('byacc-noconflict')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+sha512sums=('ad2721d1433368560a0d26b8e3a2cabacc62b682f7866ae3be5ac1ef1a0e60438ba84303be070877d6431878753e594d2e136c5beaa04518c1b9b45c09656fad'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:51:31
  Author: anthraxx
Revision: 137557

upgpkg: byacc 20150711-3

updpkg byacc 20150711-3

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 16:38:56 UTC (rev 137556)
+++ PKGBUILD2015-07-28 16:51:31 UTC (rev 137557)
@@ -6,7 +6,7 @@
 
 pkgname=byacc
 pkgver=20150711
-pkgrel=2
+pkgrel=3
 pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
 url=http://invisible-island.net/byacc/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 depends=('glibc')
 replaces=('byacc-noconflict')
-source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
 
sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net