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

Jelle van der Waa jelle at archlinux.org
Sat Jan 11 21:25:57 UTC 2020


    Date: Saturday, January 11, 2020 @ 21:25:57
  Author: jelle
Revision: 373278

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 21:25:49 UTC (rev 373277)
+++ PKGBUILD	2020-01-11 21:25:57 UTC (rev 373278)
@@ -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=0.99.2
-pkgrel=3
-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=('f182d097b1e2d8a75a8d7c857171131f0361da3a9087096b768ffda4ecf6e3a7'
-            '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 373277, nyacc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-11 21:25:57 UTC (rev 373278)
@@ -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.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
+}



More information about the arch-commits mailing list