summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-26 06:21:50 +0200
committerhaawda2018-05-26 06:21:50 +0200
commitdce64e28904e8aaddc291593aedf46b6ba8043f8 (patch)
treefad73da41980736ce8c61601e30ac4740b626afe
parent58e4f3b2cd748f7a65aa8ba5b08aa008c7ebd863 (diff)
downloadaur-dce64e28904e8aaddc291593aedf46b6ba8043f8.tar.gz
unpdate
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a6de4601a70..6f441876a089 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.83.3
+ pkgver = 0.84.1
pkgrel = 2
url = http://www.nongnu.org/nyacc
arch = any
@@ -8,8 +8,8 @@ pkgbase = nyacc
license = LGPL
license = FDL
depends = guile
- source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.83.3.tar.gz
- sha256sums = a6654a1052a93089a193d14ec5815048178f396c4400260943259bd52ab04004
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.84.1.tar.gz
+ sha256sums = fb3aa70bc2541e099b9ba9bd5ce4644c7e65ba323c253b6ebec0284697797ebe
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 82c2bff9bf3c..2f3edb49c78c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.83.3
+pkgver=0.84.1
pkgrel=2
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")
-sha256sums=('a6654a1052a93089a193d14ec5815048178f396c4400260943259bd52ab04004')
+sha256sums=('fb3aa70bc2541e099b9ba9bd5ce4644c7e65ba323c253b6ebec0284697797ebe')
build() {
cd $pkgname-$pkgver