summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-05-28 10:57:04 +0200
committerhaawda2017-05-28 10:57:04 +0200
commitf3af524ef775669999cde6a6d662d791bbe01880 (patch)
tree9d22322d6f35142021e0b9ff8dfffcfd0d45a203
parent0f457db3ed625d624fe7f1b70e63d1f0bde2faf5 (diff)
downloadaur-f3af524ef775669999cde6a6d662d791bbe01880.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 9bca75ac71c5..a4f736ee9779 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.78.3
+ pkgver = 0.79.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.savannah.gnu.org/releases/nyacc/nyacc-0.78.3.tar.gz
+ source = http://download.savannah.gnu.org/releases/nyacc/nyacc-0.79.4.tar.gz
source = package.patch
- sha256sums = 0ac4c624661c46d346bcb3480788913f94d418651b46862c28f4e644a1a03677
+ sha256sums = 8407981c3b4a8d18df1742df80d54860029f9218eb2992eac94280b06dca3093
sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 5fe6d0a3b451..d73deea435d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.78.3
+pkgver=0.79.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.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz package.patch)
-sha256sums=('0ac4c624661c46d346bcb3480788913f94d418651b46862c28f4e644a1a03677'
+sha256sums=('8407981c3b4a8d18df1742df80d54860029f9218eb2992eac94280b06dca3093'
'90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
prepare() {