[arch-commits] Commit in nyacc/repos/extra-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed May 6 14:06:34 UTC 2020


    Date: Wednesday, May 6, 2020 @ 14:06:33
  Author: jelle
Revision: 382389

archrelease: copy trunk to extra-any

Added:
  nyacc/repos/extra-any/PKGBUILD
    (from rev 382388, nyacc/trunk/PKGBUILD)
Deleted:
  nyacc/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 14:06:27 UTC (rev 382388)
+++ PKGBUILD	2020-05-06 14:06:33 UTC (rev 382389)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=nyacc
-pkgver=1.00.2
-pkgrel=1
-pkgdesc="Not Yet Another Compiler Compiler"
-url="http://www.nongnu.org/nyacc"
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-depends=('guile' 'guile-bytestructures')
-makedepends=('guile')
-source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('f36e4fb7dd524dc3f4b354d3d5313f69e7ce5a6ae93711e8cf6d51eaa8d2b318'
-            'SKIP')
-validpgpkeys=('7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03') # Marc Wette
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
- 
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: nyacc/repos/extra-any/PKGBUILD (from rev 382388, nyacc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 14:06:33 UTC (rev 382389)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=nyacc
+pkgver=1.02.1
+pkgrel=1
+pkgdesc="Not Yet Another Compiler Compiler"
+url="http://www.nongnu.org/nyacc"
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('guile' 'guile-bytestructures')
+makedepends=('guile')
+source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('300d44ad02c4a81440ca4183ffcbc9187ef05de39a42de35f31b39ee22f926e5'
+            'SKIP')
+validpgpkeys=('7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03') # Marc Wette
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}



More information about the arch-commits mailing list