summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-05-13 08:47:08 +0200
committerhaawda2017-05-13 08:47:08 +0200
commit2c1f2cd5ab4d8a742db9be23c9dbeb14ee0c8a2e (patch)
tree0ec80adabc94949e4f2dd89fe4db3ee9bead8121
parent5bea37a3fb4f1d805fe7cb0aa5c99c0621a6820c (diff)
downloadaur-2c1f2cd5ab4d8a742db9be23c9dbeb14ee0c8a2e.tar.gz
change GFDL to FDL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf43b8a46ad..922ccc575c75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Thu May 11 20:09:49 UTC 2017
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.78.1
+ pkgver = 0.78.2
pkgrel = 1
url = http://www.nongnu.org/nyacc
arch = any
license = GPL
license = LGPL
- license = GFDL
+ license = FDL
depends = guile
- source = https://download.savannah.gnu.org/releases/nyacc/nyacc-0.78.1.tar.gz
+ source = https://download.savannah.gnu.org/releases/nyacc/nyacc-0.78.2.tar.gz
source = package.patch
- sha256sums = be37f850857e1b68cc9065afe9949755d6c04445fdf1cdd5fa5b25f5c9a0f905
+ sha256sums = e6fb9de2234486587607d9be32cc79a0913ce8641ee50ee0c7e76d7a3d96b743
sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index a3830b0912ef..aa1ec58cce1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,26 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
-pkgname=nyacc
-pkgver=0.78.1
+pkgname=nyacc
+pkgver=0.78.2
pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
arch=('any')
-license=('GPL' 'LGPL' 'GFDL')
+license=('GPL' 'LGPL' 'FDL')
depends=('guile')
makedepends=()
source=(https://download.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz package.patch)
-sha256sums=('be37f850857e1b68cc9065afe9949755d6c04445fdf1cdd5fa5b25f5c9a0f905'
+sha256sums=('e6fb9de2234486587607d9be32cc79a0913ce8641ee50ee0c7e76d7a3d96b743'
'90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
prepare() {
cd $pkgname-$pkgver
- patch -Np1 < "$srcdir"/package.patch
+ patch -Np1 < "$srcdir"/package.patch || true
}
build() {
cd $pkgname-$pkgver
- ./configure --site_scm_dir=/usr/share/guile/2.2/ --site_scm_go_dir=/usr/lib/guile/2.2/ccache
+ ./configure --site_scm_dir=/usr/share/guile/2.2 --site_scm_go_dir=/usr/lib/guile/2.2/ccache
make
cd doc/$pkgname
}