summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-06-04 14:33:48 +0200
committerhaawda2017-06-04 14:33:48 +0200
commit748c118f182a9a38bbf0b44f4e275449fb329156 (patch)
tree061f68f894af6a2c200449dcbc1bf784d2c9d6d6
parentf3af524ef775669999cde6a6d662d791bbe01880 (diff)
downloadaur-748c118f182a9a38bbf0b44f4e275449fb329156.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 a4f736ee9779..69f4f014ff22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.79.4
+ pkgver = 0.80.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.savannah.gnu.org/releases/nyacc/nyacc-0.79.4.tar.gz
+ source = http://download.savannah.gnu.org/releases/nyacc/nyacc-0.80.0.tar.gz
source = package.patch
- sha256sums = 8407981c3b4a8d18df1742df80d54860029f9218eb2992eac94280b06dca3093
+ sha256sums = 98cf17b622573c59c9f06535b5e9d63f48e63abc531165f882eb21b1c9797e38
sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index d73deea435d7..2549669dd4f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.79.4
+pkgver=0.80.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.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz package.patch)
-sha256sums=('8407981c3b4a8d18df1742df80d54860029f9218eb2992eac94280b06dca3093'
+sha256sums=('98cf17b622573c59c9f06535b5e9d63f48e63abc531165f882eb21b1c9797e38'
'90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
prepare() {