summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-09-17 12:35:45 +0200
committerhaawda2017-09-17 12:35:45 +0200
commit329e7a3bbbd91d96e285c4c4f619c1517c86f243 (patch)
tree0d83eb54c581a3a85277c9aab8eccbfd97ff2319
parent03ad4c2002f46e57d72b230183f28aa4205eb46a (diff)
downloadaur-329e7a3bbbd91d96e285c4c4f619c1517c86f243.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 bb792f7aa2a8..6c3c86c7548b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.81.0
+ pkgver = 0.82.1
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.81.0.tar.gz
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.82.1.tar.gz
source = package.patch
- sha256sums = 8e6df9f9ec7a332a34d0f260ef548e9ca52d48cb2ff033107e61fc28efd29518
+ sha256sums = 7cdc60f0690549b4598a11aca9d155eab41db542235b7fe79694fb91215e3cbb
sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 8ea0945f28d3..743ead9be8f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.81.0
+pkgver=0.82.1
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=('8e6df9f9ec7a332a34d0f260ef548e9ca52d48cb2ff033107e61fc28efd29518'
+sha256sums=('7cdc60f0690549b4598a11aca9d155eab41db542235b7fe79694fb91215e3cbb'
'90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
prepare() {