summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-08 08:58:42 +0200
committerhaawda2018-10-08 08:58:42 +0200
commitf4ab27686fb9f28b2e30a0f6e97488b2ec29dfd5 (patch)
tree845de3c3afac7f06a100c66a7c5f8664ae0265c4
parent0f51764a8bcaa89d83bd0a1e3579978cc19f7782 (diff)
downloadaur-f4ab27686fb9f28b2e30a0f6e97488b2ec29dfd5.tar.gz
update with GPG-key
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 670b5a5224c6..b6085a5ba10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.86.1
+ pkgver = 0.86.2
pkgrel = 1
url = http://www.nongnu.org/nyacc
arch = any
@@ -8,8 +8,11 @@ pkgbase = nyacc
license = LGPL
license = FDL
depends = guile
- source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.86.1.tar.gz
- sha256sums = ab4a8b5dc9a038ed9ae63a33f9f4070726b00425409749e9bb5ec60ed95265ed
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.86.2.tar.gz
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.86.2.tar.gz.sig
+ validpgpkeys = 7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03
+ sha256sums = fea933335a832e1d1c33686ddbe8301fddb4b595c327321e08a6883b4e1e8ec4
+ sha256sums = SKIP
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index faa7dcf7e37a..bb91f60ee2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.86.1
+pkgver=0.86.2
pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
@@ -9,8 +9,10 @@ arch=('any')
license=('GPL' 'LGPL' 'FDL')
depends=('guile')
makedepends=()
-source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz")
-sha256sums=('ab4a8b5dc9a038ed9ae63a33f9f4070726b00425409749e9bb5ec60ed95265ed')
+source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('fea933335a832e1d1c33686ddbe8301fddb4b595c327321e08a6883b4e1e8ec4'
+ 'SKIP')
+validpgpkeys=('7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03') # Marc Wette
build() {
cd $pkgname-$pkgver