diff options
author | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
commit | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (patch) | |
tree | bc791b3c1aca7238f6f5e6761930657526005eac /extra/talloc | |
parent | 3f0c4efbf72adbd091565fcc39ad1d09c92be5d0 (diff) |
Fri Dec 7 02:06:33 PST 2012
Diffstat (limited to 'extra/talloc')
-rw-r--r-- | extra/talloc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/talloc/PKGBUILD b/extra/talloc/PKGBUILD index 573d162dd..41e359082 100644 --- a/extra/talloc/PKGBUILD +++ b/extra/talloc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 142221 2011-11-06 11:39:12Z andrea $ +# $Id: PKGBUILD 172901 2012-12-06 14:08:40Z stephane $ # Maintainer: # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=talloc -pkgver=2.0.7 +pkgver=2.0.8 pkgrel=1 pkgdesc="A hierarchical pool based memory allocator with destructors" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glibc') makedepends=('python2' 'docbook-xsl') optdepends=('python2: for python bindings') source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('dbfb3146f4cc47054e13b8a2988299f9') +md5sums=('7857200b58a8617ca18fe2c91296cd93') build() { cd "${srcdir}/${pkgname}-${pkgver}" |