[arch-commits] Commit in gauche/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Jul 24 10:15:39 UTC 2014
Date: Thursday, July 24, 2014 @ 12:15:38
Author: arodseth
Revision: 116298
new package version
Modified:
gauche/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-24 10:14:13 UTC (rev 116297)
+++ PKGBUILD 2014-07-24 10:15:38 UTC (rev 116298)
@@ -5,7 +5,7 @@
# Contributor: nkoizu <nkoizu at gmail.com>
pkgname=gauche
-pkgver=0.9.3.3
+pkgver=0.9.4
pkgrel=1
url='http://practical-scheme.net/gauche/'
pkgdesc='R5RS Scheme implementation (provides gosh)'
@@ -14,18 +14,17 @@
arch=('x86_64' 'i686')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz")
-sha256sums=('3d8b70075faa0f7a24f8d112cc102ee3e1066680cdd19d324d59f33fab79caac')
+sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
build() {
- cd "$srcdir/Gauche-$pkgver"
+ cd "Gauche-$pkgver"
- ./configure --prefix=/usr --enable-multibyte=utf-8 \
- --enable-threads=pthreads
+ ./configure --enable-multibyte=utf-8 --enable-threads=pthreads --prefix=/usr
make -j1
}
package() {
- cd "$srcdir/Gauche-$pkgver"
+ cd "Gauche-$pkgver"
make -j1 DESTDIR="$pkgdir" install-pkg install-doc
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
More information about the arch-commits
mailing list