summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-07-09 22:43:05 +0200
committerhaawda2018-07-09 22:43:05 +0200
commit630df09ef10d5326d23b1da13f04e1c181be10c5 (patch)
tree2ee99d5a8d7a53bfb4189da55047a00b33feb1a7
parentdce64e28904e8aaddc291593aedf46b6ba8043f8 (diff)
downloadaur-630df09ef10d5326d23b1da13f04e1c181be10c5.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f441876a089..f629450fbd14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.84.1
- pkgrel = 2
+ pkgver = 0.84.2
+ pkgrel = 1
url = http://www.nongnu.org/nyacc
arch = any
license = GPL
license = LGPL
license = FDL
depends = guile
- source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.84.1.tar.gz
- sha256sums = fb3aa70bc2541e099b9ba9bd5ce4644c7e65ba323c253b6ebec0284697797ebe
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.84.2.tar.gz
+ sha256sums = 51e50ac946b9ecdc025f93248f084c7ec58d309532b03be54f0001c7b08d8e3e
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 2f3edb49c78c..4952c4e3c373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.84.1
-pkgrel=2
+pkgver=0.84.2
+pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
arch=('any')
@@ -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=('fb3aa70bc2541e099b9ba9bd5ce4644c7e65ba323c253b6ebec0284697797ebe')
+sha256sums=('51e50ac946b9ecdc025f93248f084c7ec58d309532b03be54f0001c7b08d8e3e')
build() {
cd $pkgname-$pkgver