summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-02-02 22:05:15 +0100
committerhaawda2018-02-02 22:05:15 +0100
commiteda3eee24574a9f7a90954af4203a42719ca939d (patch)
treec3607ab70f9eb00f8d1c97d8333909ec0e838fc3
parent7692ccd9200f792d33627ae6701e380a21e4648b (diff)
downloadaur-eda3eee24574a9f7a90954af4203a42719ca939d.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 4836c3911828..38338b63157a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.83.0
+ pkgver = 0.83.3
pkgrel = 1
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.0.tar.gz
- sha256sums = 9d1f14020b08cbcbf473f6e560b42c2eeec3e63096c5ea52bf75aca407320f73
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.83.3.tar.gz
+ sha256sums = a6654a1052a93089a193d14ec5815048178f396c4400260943259bd52ab04004
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index ed14cd7cb76a..f4f11cd465a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.83.0
+pkgver=0.83.3
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")
-sha256sums=('9d1f14020b08cbcbf473f6e560b42c2eeec3e63096c5ea52bf75aca407320f73')
+sha256sums=('a6654a1052a93089a193d14ec5815048178f396c4400260943259bd52ab04004')
build() {
cd $pkgname-$pkgver