summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
committerroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
commit19f11e0c4bbeefd65f85546a361e18532b60416a (patch)
treea0d830d86c1d2bd0f47e3e86e31b62b781527a8f /core
parent7862d070a23260c281e227dabd498b99fa8a44a9 (diff)
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'core')
-rw-r--r--core/bison/PKGBUILD8
-rw-r--r--core/isl/PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD
index 3faf3e393..4905ff507 100644
--- a/core/bison/PKGBUILD
+++ b/core/bison/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 170815 2012-11-12 08:16:05Z allan $
+# $Id: PKGBUILD 173327 2012-12-19 01:16:33Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=bison
-pkgver=2.6.5
+pkgver=2.7
pkgrel=1
pkgdesc="The GNU general-purpose parser generator"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('glibc' 'm4' 'sh')
groups=('base-devel')
install=bison.install
source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('75c8508e0a9e5c68f608658672d6bda4'
- '1caae9ecfbad56cf170432b6db667907')
+md5sums=('234cdfac99257cf99ac4a03c898f37b9'
+ '853204af1f9a5602d84989b4852e317e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD
index 959a457ac..8fe25e8f8 100644
--- a/core/isl/PKGBUILD
+++ b/core/isl/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 172787 2012-12-06 01:18:23Z allan $
+# $Id: PKGBUILD 173325 2012-12-19 01:16:30Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.11
+pkgver=0.11.1
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://www.kotnet.org/~skimo/isl/"
license=('MIT')
options=('!libtool')
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('8dd36a28ed255f4fd3d903adb24e99db')
+md5sums=('bce1586384d8635a76d2f017fb067cd2')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,5 +28,7 @@ package() {
make -j1 DESTDIR="$pkgdir/" install
install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
- mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.0-gdb.py
+ mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
+
+ install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
}