summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-23 02:07:26 -0700
committerroot <root@rshg054.dnsready.net>2013-08-23 02:07:26 -0700
commitdbffe56f58d40a9a456baeba5d488c9f968a352a (patch)
tree51466c315db82c0ce708d9aacda5a4c5bfd21ced /core
parente9509842445d4a99493d1b643ffdafdca62263ae (diff)
Fri Aug 23 02:06:53 PDT 2013
Diffstat (limited to 'core')
-rw-r--r--core/gnupg/PKGBUILD8
-rw-r--r--core/isl/PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD
index 7c751926a..7f84851d2 100644
--- a/core/gnupg/PKGBUILD
+++ b/core/gnupg/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 185721 2013-05-17 17:22:08Z bisson $
+# $Id: PKGBUILD 193522 2013-08-21 22:25:01Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=gnupg
-pkgver=2.0.20
-pkgrel=2
+pkgver=2.0.21
+pkgrel=1
pkgdesc='Complete and free implementation of the OpenPGP standard'
url='http://www.gnupg.org/'
license=('GPL')
@@ -18,7 +18,7 @@ makedepends=('curl' 'libldap' 'libusb-compat')
depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 'dirmngr')
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
'protect-tool-env.patch')
-sha1sums=('7ddfefa37ee9da89a8aaa8f9059d251b4cd02562' 'SKIP'
+sha1sums=('5ba8cce72eb4fd1a3ac1a282d25d7c7b90d3bf26' 'SKIP'
'2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
install=install
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD
index 5044ad60c..aff063a69 100644
--- a/core/isl/PKGBUILD
+++ b/core/isl/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 188940 2013-06-26 05:31:47Z allan $
+# $Id: PKGBUILD 193525 2013-08-22 05:37:20Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.12
+pkgver=0.12.1
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
-url="http://www.kotnet.org/~skimo/isl/"
+url="http://freecode.com/projects/isl"
depends=('gmp')
license=('MIT')
options=('!libtool')
-source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('eaa1968dda763f12dc84e45a892cd428')
+source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,7 +29,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.2.0-gdb.py
+ mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.1-gdb.py
install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
}