summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-01-23 20:57:07 +0100
committerhaawda2018-01-23 20:57:07 +0100
commit7692ccd9200f792d33627ae6701e380a21e4648b (patch)
treeaddf05f6b39a85eec11681efc07d7c19c6014804
parent16615146d8f08e4ccc6f8930d9d9a28768b2038c (diff)
downloadaur-7692ccd9200f792d33627ae6701e380a21e4648b.tar.gz
avoid compilation warning, remove patch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
-rw-r--r--package.patch12
3 files changed, 8 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e69a42690a3..4836c3911828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.82.4
+ pkgver = 0.83.0
pkgrel = 1
url = http://www.nongnu.org/nyacc
arch = any
@@ -8,10 +8,8 @@ pkgbase = nyacc
license = LGPL
license = FDL
depends = guile
- source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.82.4.tar.gz
- source = package.patch
- sha256sums = 57087f5af2d7b29af7484fe8d13cc7bee45322ab16648cc7ef77064725317f7a
- sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
+ source = http://download-mirror.savannah.gnu.org/releases/nyacc/nyacc-0.83.0.tar.gz
+ sha256sums = 9d1f14020b08cbcbf473f6e560b42c2eeec3e63096c5ea52bf75aca407320f73
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index 1ba514e4323f..ed14cd7cb76a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.82.4
+pkgver=0.83.0
pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
@@ -9,18 +9,13 @@ arch=('any')
license=('GPL' 'LGPL' 'FDL')
depends=('guile')
makedepends=()
-source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz" package.patch)
-sha256sums=('57087f5af2d7b29af7484fe8d13cc7bee45322ab16648cc7ef77064725317f7a'
- '90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 < "$srcdir"/package.patch || true
-}
+source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz")
+sha256sums=('9d1f14020b08cbcbf473f6e560b42c2eeec3e63096c5ea52bf75aca407320f73')
build() {
cd $pkgname-$pkgver
- ./configure --site_scm_dir=/usr/share/guile/2.2 --site_scm_go_dir=/usr/lib/guile/2.2/ccache
+ GUILD=/usr/bin/guild ./configure --site_scm_dir=/usr/share/guile/2.2 \
+ --site_scm_go_dir=/usr/lib/guile/2.2/ccache
make
}
diff --git a/package.patch b/package.patch
deleted file mode 100644
index e5f956e712dc..000000000000
--- a/package.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur nyacc-0.78.1.orig/Makefile.in nyacc-0.78.1.new/Makefile.in
---- nyacc-0.78.1.orig/Makefile.in 2017-05-07 16:08:56.000000000 +0200
-+++ nyacc-0.78.1.new/Makefile.in 2017-05-11 21:13:04.927748623 +0200
-@@ -18,7 +18,7 @@
- (cd module; \
- make -f Makefile.nyacc GUILE=$(GUILE) \
- SITE_SCM_DIR=$(SITE_SCM_DIR) \
-- SITE_SCM_GO_DIR=$(SITE_SCM_GO_DIR)
-+ SITE_SCM_GO_DIR=$(SITE_SCM_GO_DIR) \
- install)
-
- install-srcs: