diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 21:06:57 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 21:06:57 (GMT) |
commit | 816aa5eb71f700980ab5cb4c332c74b831d838a8 (patch) | |
tree | cfc6425822c97f21f51638f33df55082f567e37b /abs/core-testing/tdb/PKGBUILD | |
parent | 640025837210a0f12bcb6dc2e7e56b2665636533 (diff) | |
download | linhes_pkgbuild-816aa5eb71f700980ab5cb4c332c74b831d838a8.zip linhes_pkgbuild-816aa5eb71f700980ab5cb4c332c74b831d838a8.tar.gz linhes_pkgbuild-816aa5eb71f700980ab5cb4c332c74b831d838a8.tar.bz2 |
Latest version.
Diffstat (limited to 'abs/core-testing/tdb/PKGBUILD')
-rw-r--r-- | abs/core-testing/tdb/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/tdb/PKGBUILD b/abs/core-testing/tdb/PKGBUILD index 88f37dc..e908119 100644 --- a/abs/core-testing/tdb/PKGBUILD +++ b/abs/core-testing/tdb/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 22194 2008-12-22 21:57:23Z tpowa $ +# $Id: PKGBUILD 37511 2009-05-02 16:17:09Z tpowa $ # Maintainer: eric <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=tdb -pkgver=3.2.6 -pkgrel=2 +pkgver=3.3.4 +pkgrel=1 # We use the 'A' to fake out pacman's version comparators. Samba chooses # to append 'a','b',etc to their subsequent releases, which pamcan # misconstrues as alpha, beta, etc. Bad samba! -_realver=3.2.6 +_realver=3.3.4 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits" arch=(i686 x86_64) license=('GPL3') @@ -22,7 +22,7 @@ build() { ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install - ln -sf /usr/lib/libtdb.so.1.1.1 ${pkgdir}/usr/lib/libtdb.so.1 - ln -sf /usr/lib/libtdb.so.1.1.1 ${pkgdir}/usr/lib/libtdb.so + ln -sf /usr/lib/libtdb.so.1.1.2 ${pkgdir}/usr/lib/libtdb.so.1 + ln -sf /usr/lib/libtdb.so.1.1.2 ${pkgdir}/usr/lib/libtdb.so } -md5sums=('0cd27c7afbb8211616eea4010f32271c') +md5sums=('1443165edb7cb3f56f1e77aec1ee3266') |