summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-12 15:45:09 +0100
committerhaawda2017-11-12 15:45:09 +0100
commit16615146d8f08e4ccc6f8930d9d9a28768b2038c (patch)
tree9999b8f4ba282a014abb31850e2517fbdc776b77
parent329e7a3bbbd91d96e285c4c4f619c1517c86f243 (diff)
downloadaur-16615146d8f08e4ccc6f8930d9d9a28768b2038c.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 6c3c86c7548b..4e69a42690a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.82.1
+ pkgver = 0.82.4
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.82.1.tar.gz
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.82.4.tar.gz
source = package.patch
- sha256sums = 7cdc60f0690549b4598a11aca9d155eab41db542235b7fe79694fb91215e3cbb
+ sha256sums = 57087f5af2d7b29af7484fe8d13cc7bee45322ab16648cc7ef77064725317f7a
sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 743ead9be8f3..1ba514e4323f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.82.1
+pkgver=0.82.4
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=('7cdc60f0690549b4598a11aca9d155eab41db542235b7fe79694fb91215e3cbb'
+sha256sums=('57087f5af2d7b29af7484fe8d13cc7bee45322ab16648cc7ef77064725317f7a'
'90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
prepare() {