[arch-commits] Commit in byacc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Nov 11 22:50:14 UTC 2019


    Date: Monday, November 11, 2019 @ 22:50:14
  Author: anthraxx
Revision: 526851

archrelease: copy trunk to community-x86_64

Added:
  byacc/repos/community-x86_64/PKGBUILD
    (from rev 526850, byacc/trunk/PKGBUILD)
Deleted:
  byacc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 22:50:10 UTC (rev 526850)
+++ PKGBUILD	2019-11-11 22:50:14 UTC (rev 526851)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jens Adam <jra at byte.cx>
-# Contributor: Abel Stern <abel.stern AT gmail.com>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-pkgname=byacc
-pkgver=20190617
-pkgrel=1
-pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='https://invisible-island.net/byacc/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('79d04d7aa976e8b4e1bbd69f75ac1f0dbe005b1a7b072ce5ef75c877e8ece043e4adf48645c10ef036ee02de639b56b9befebb34f6e46cac1a59f8f641cc7cc8'
-            'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 526850, byacc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-11 22:50:14 UTC (rev 526851)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jens Adam <jra at byte.cx>
+# Contributor: Abel Stern <abel.stern AT gmail.com>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=byacc
+pkgver=20191103
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('247cf5469da618733a9ce8d2f079e56ef485354c4fce462014ac9d3108ebf7eccb0147a3e005374a541895eff28b9a63f5f840a7576a26cb23ab34d968a2d05c'
+            'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list