Date: Monday, November 7, 2022 @ 16:22:21
  Author: blakkheim
Revision: 1345824

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 16:21:20 UTC (rev 1345823)
+++ PKGBUILD    2022-11-07 16:22:21 UTC (rev 1345824)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Jaroslav Lichtblau <[email protected]>
-# Contributor: Jens Adam <[email protected]>
-# Contributor: Abel Stern <abel.stern AT gmail.com>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: mysta
-
-pkgname=byacc
-pkgver=20220128
-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=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('e8ae4c56f5be4cc0ef1d281c43f02c6296fdc40f630269f2a61af511f270ae059ad185b9718190b8133018f7b74b7ca6f84ced5d63a359960b52ea2a3ef562ea'
-            'SKIP')
-validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey 
<[email protected]>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --program-transform=s,^,b, \
-    --enable-btyacc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-  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 1345823, 
byacc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 16:22:21 UTC (rev 1345824)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Jens Adam <[email protected]>
+# Contributor: Abel Stern <abel.stern AT gmail.com>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=byacc
+pkgver=20221106
+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=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('866933b4eb2296565ce70b4ade565e4679f3b652715f0066072bbcc42b95389fa47a2f96cd03de577807dcc49bf453b1d4f7e22b96c80fef1aa66898d3de5d5c'
+            'SKIP')
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey 
<[email protected]>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --program-transform=s,^,b, \
+    --enable-btyacc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to