summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-08-27 19:24:01 +0200
committerhaawda2018-08-27 19:24:01 +0200
commit92f65584bc0aeae316dfd55932069453be207176 (patch)
tree7ce4f316a2ea3a09bff19c4be8fb8ee02d454fdb
parent630df09ef10d5326d23b1da13f04e1c181be10c5 (diff)
downloadaur-92f65584bc0aeae316dfd55932069453be207176.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f629450fbd14..65f98eb91b89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.84.2
+ pkgver = 0.85.3
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.84.2.tar.gz
- sha256sums = 51e50ac946b9ecdc025f93248f084c7ec58d309532b03be54f0001c7b08d8e3e
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.85.3.tar.gz
+ sha256sums = 77eb646b29d053bbdcf48155090f7ae5820343ceb8ba471444cf8d1b86c97ac5
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 4952c4e3c373..99b464a4b676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.84.2
+pkgver=0.85.3
pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
@@ -10,7 +11,7 @@ license=('GPL' 'LGPL' 'FDL')
depends=('guile')
makedepends=()
source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz")
-sha256sums=('51e50ac946b9ecdc025f93248f084c7ec58d309532b03be54f0001c7b08d8e3e')
+sha256sums=('77eb646b29d053bbdcf48155090f7ae5820343ceb8ba471444cf8d1b86c97ac5')
build() {
cd $pkgname-$pkgver