summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-05-14 02:42:48 +0200
committerhaawda2017-05-14 02:42:48 +0200
commit0f457db3ed625d624fe7f1b70e63d1f0bde2faf5 (patch)
tree43f6954be319dda9d516a9734340b41c46134ca7
parent2c1f2cd5ab4d8a742db9be23c9dbeb14ee0c8a2e (diff)
downloadaur-0f457db3ed625d624fe7f1b70e63d1f0bde2faf5.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 922ccc575c75..9bca75ac71c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyacc
pkgdesc = Not Yet Another Compiler Compiler
- pkgver = 0.78.2
+ pkgver = 0.78.3
pkgrel = 1
url = http://www.nongnu.org/nyacc
arch = any
@@ -8,9 +8,9 @@ pkgbase = nyacc
license = LGPL
license = FDL
depends = guile
- source = https://download.savannah.gnu.org/releases/nyacc/nyacc-0.78.2.tar.gz
+ source = http://download.savannah.gnu.org/releases/nyacc/nyacc-0.78.3.tar.gz
source = package.patch
- sha256sums = e6fb9de2234486587607d9be32cc79a0913ce8641ee50ee0c7e76d7a3d96b743
+ sha256sums = 0ac4c624661c46d346bcb3480788913f94d418651b46862c28f4e644a1a03677
sha256sums = 90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0
pkgname = nyacc
diff --git a/PKGBUILD b/PKGBUILD
index aa1ec58cce1e..5fe6d0a3b451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nyacc
-pkgver=0.78.2
+pkgver=0.78.3
pkgrel=1
pkgdesc="Not Yet Another Compiler Compiler"
url="http://www.nongnu.org/nyacc"
@@ -9,8 +9,8 @@ arch=('any')
license=('GPL' 'LGPL' 'FDL')
depends=('guile')
makedepends=()
-source=(https://download.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz package.patch)
-sha256sums=('e6fb9de2234486587607d9be32cc79a0913ce8641ee50ee0c7e76d7a3d96b743'
+source=(http://download.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz package.patch)
+sha256sums=('0ac4c624661c46d346bcb3480788913f94d418651b46862c28f4e644a1a03677'
'90c25cd1f901c89e128dd1bab17aae5fae6b17e44198884a7a2450dff1dbe0c0')
prepare() {
@@ -22,7 +22,6 @@ build() {
cd $pkgname-$pkgver
./configure --site_scm_dir=/usr/share/guile/2.2 --site_scm_go_dir=/usr/lib/guile/2.2/ccache
make
- cd doc/$pkgname
}
package() {