summaryrefslogtreecommitdiff
path: root/community/algol68g
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-05 00:47:11 -0800
committerroot <root@rshg054.dnsready.net>2013-11-05 00:47:11 -0800
commit4525bb3909f233fd13dbfb43aa6ff4e64e8340d9 (patch)
treeadd2024759bc7a18fc8d7f4101dc5d5d9b3e1e44 /community/algol68g
parent058983fb5cb16dbb25368dd464cbcf27205b3f93 (diff)
Tue Nov 5 00:46:51 PST 2013
Diffstat (limited to 'community/algol68g')
-rw-r--r--community/algol68g/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/algol68g/PKGBUILD b/community/algol68g/PKGBUILD
index 00b2e8305..3905543e5 100644
--- a/community/algol68g/PKGBUILD
+++ b/community/algol68g/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94260 2013-07-18 11:12:21Z arodseth $
+# $Id: PKGBUILD 100425 2013-11-04 08:08:07Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: karolina.lindqvist@kramnet.se
pkgname=algol68g
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc='Algol 68 Genie, an Algol 68 compiler-interpreter'
arch=('x86_64' 'i686')
@@ -14,25 +14,25 @@ optdepends=('postgresql-libs: for postgresql support')
source=("http://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
'plotutils.patch'
'http://www.xs4all.nl/~jmvdveer/a68gdoc.pdf')
-sha256sums=('ebcf029ae65ceafca87090cc470dd37f86ac0bdb1529cd4dd7a92454d224d325'
+sha256sums=('0c6fc7213f5a00f978faef2d09622d2c3ee01c87594dd6f5c51cd532b719861a'
'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
- '8cbfb480cb5dfb20f79c2391d7111fc8b727c3e9e02008ab4c0cde9acb62e7d3')
+ '74e2cf28074a7588608209de1a38faec7649e4f8d341ea914ea613ce167aed19')
prepare() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
patch -p1 -i ../plotutils.patch
}
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" docdir="/usr/share/doc/$pkgname" install
install "$srcdir/a68gdoc.pdf" "$pkgdir/usr/share/doc/$pkgname"