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

Levente Polyak anthraxx at archlinux.org
Mon Jul 1 20:45:16 UTC 2019


    Date: Monday, July 1, 2019 @ 20:45:16
  Author: anthraxx
Revision: 487199

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-01 20:45:10 UTC (rev 487198)
+++ PKGBUILD	2019-07-01 20:45:16 UTC (rev 487199)
@@ -1,34 +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=20180609
-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=('45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9'
-            '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 487198, byacc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-01 20:45:16 UTC (rev 487199)
@@ -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=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:



More information about the arch-commits mailing list