summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-28 08:17:27 +0200
committerhaawda2018-09-28 08:17:27 +0200
commit0f51764a8bcaa89d83bd0a1e3579978cc19f7782 (patch)
tree47c5f0e5a0e049e6534e26c4e63a731c295e65e2
parent3b61263b751cce2c519204c82e07b9b1ab1292ec (diff)
downloadaur-0f51764a8bcaa89d83bd0a1e3579978cc19f7782.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 4bc2204bf1ec..670b5a5224c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.86.0
+ pkgver = 0.86.1
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.86.0.tar.gz
- sha256sums = a96de5cde72ff5ddd47d46469ea61406dac829d5cf2402b4a31deeab3d4d6d52
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.86.1.tar.gz
+ sha256sums = ab4a8b5dc9a038ed9ae63a33f9f4070726b00425409749e9bb5ec60ed95265ed
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 5c8555d5004e..faa7dcf7e37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.86.0
+pkgver=0.86.1
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=('a96de5cde72ff5ddd47d46469ea61406dac829d5cf2402b4a31deeab3d4d6d52')
+sha256sums=('ab4a8b5dc9a038ed9ae63a33f9f4070726b00425409749e9bb5ec60ed95265ed')
build() {
cd $pkgname-$pkgver