diff options
| -rw-r--r-- | abs/core-testing/smbclient/PKGBUILD | 10 | ||||
| -rw-r--r-- | abs/core-testing/tdb/PKGBUILD | 14 | 
2 files changed, 12 insertions, 12 deletions
| diff --git a/abs/core-testing/smbclient/PKGBUILD b/abs/core-testing/smbclient/PKGBUILD index 349572b..e2aaedd 100644 --- a/abs/core-testing/smbclient/PKGBUILD +++ b/abs/core-testing/smbclient/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 34454 2009-04-09 12:39:47Z tpowa $ +# $Id: PKGBUILD 37507 2009-05-02 15:44:09Z tpowa $  # Maintainer: Jan de Groot <jgc@archlinux.org>  pkgname=smbclient -pkgver=3.3.3 +pkgver=3.3.4  # We use the 'A' to fake out pacman's version comparators.  Samba chooses  # to append 'a','b',etc to their subsequent releases, which pacman  # misconstrues as alpha, beta, etc.  Bad samba! -_realver=3.3.3 +_realver=3.3.4  pkgrel=1  pkgdesc="Tools to access a server's filespace and printers via SMB"  arch=(i686 x86_64)  url="http://www.samba.org"  license=('GPL3') -depends=('popt' 'libldap' 'libcap>=2.16' 'heimdal>=1.2-1' 'db>=4.7' 'tdb=3.3.3') +depends=('popt' 'libldap' 'libcap>=2.16' 'heimdal>=1.2-1' 'db>=4.7' 'tdb=3.3.4')  source=(http://us1.samba.org/samba/ftp/samba-${_realver}.tar.gz)  options=(!makeflags) @@ -54,4 +54,4 @@ build() {    done    install -m644 ../docs/manpages/libsmbclient.7 ${pkgdir}/usr/share/man/man7/  } -md5sums=('4d5835817416d1ffa30783af45c5a9ed') +md5sums=('1443165edb7cb3f56f1e77aec1ee3266') 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') | 
