summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-09-03 07:12:52 +0200
committerhaawda2017-09-03 07:12:52 +0200
commit03ad4c2002f46e57d72b230183f28aa4205eb46a (patch)
tree19e22f07e64298a83a414baea1c48094ed56e75c
parentcf2761020ff568541f229d37514b166dc144db63 (diff)
downloadaur-03ad4c2002f46e57d72b230183f28aa4205eb46a.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc0d4138040..bb792f7aa2a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.80.4
+ pkgver = 0.81.0
pkgrel = 1
url = http://www.nongnu.org/nyacc
arch = any
@@ -8,9 +8,9 @@ pkgbase = nyacc
license = LGPL
license = FDL
depends = guile
- source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.80.4.tar.gz
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.81.0.tar.gz
source = package.patch
- sha256sums = b4774e7c9c02633c660152027e6414aacf514d9400a391d4abbe7ac422a10683
+ sha256sums = 8e6df9f9ec7a332a34d0f260ef548e9ca52d48cb2ff033107e61fc28efd29518
sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 430a184b5058..8ea0945f28d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.80.4
+pkgver=0.81.0
pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
@@ -10,7 +10,7 @@ license=('GPL' 'LGPL' 'FDL')
depends=('guile')
makedepends=()
source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz" package.patch)
-sha256sums=('b4774e7c9c02633c660152027e6414aacf514d9400a391d4abbe7ac422a10683'
+sha256sums=('8e6df9f9ec7a332a34d0f260ef548e9ca52d48cb2ff033107e61fc28efd29518'
'90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
prepare() {