summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-06 07:43:11 +0200
committerhaawda2018-09-06 07:43:11 +0200
commit3b61263b751cce2c519204c82e07b9b1ab1292ec (patch)
treec1c694877df842ee4cc2f751a83b14967a1af820
parent92f65584bc0aeae316dfd55932069453be207176 (diff)
downloadaur-3b61263b751cce2c519204c82e07b9b1ab1292ec.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f98eb91b89..4bc2204bf1ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.85.3
+ pkgver = 0.86.0
pkgrel = 1
url = http://www.nongnu.org/nyacc
arch = any
@@ -8,8 +8,8 @@ pkgbase = nyacc
license = LGPL
license = FDL
depends = guile
- source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.85.3.tar.gz
- sha256sums = 77eb646b29d053bbdcf48155090f7ae5820343ceb8ba471444cf8d1b86c97ac5
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.86.0.tar.gz
+ sha256sums = a96de5cde72ff5ddd47d46469ea61406dac829d5cf2402b4a31deeab3d4d6d52
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 99b464a4b676..5c8555d5004e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
-
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.85.3
+pkgver=0.86.0
pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
@@ -11,7 +10,7 @@ license=('GPL' 'LGPL' 'FDL')
depends=('guile')
makedepends=()
source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz")
-sha256sums=('77eb646b29d053bbdcf48155090f7ae5820343ceb8ba471444cf8d1b86c97ac5')
+sha256sums=('a96de5cde72ff5ddd47d46469ea61406dac829d5cf2402b4a31deeab3d4d6d52')
build() {
cd $pkgname-$pkgver