summaryrefslogtreecommitdiff
path: root/extra/talloc/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-07 17:00:41 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-07 17:00:41 -0300
commit3734b1ff855a5738195c6ff3def244d7b2e23e50 (patch)
treea4afb881617539f17c75b0ddc58902569d847809 /extra/talloc/PKGBUILD
parentd4eb5f4f523f90878c8d5ab59e6012ca401ca355 (diff)
parent7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/znc/PKGBUILD extra/hugin/PKGBUILD extra/kdeplasma-addons/PKGBUILD extra/postgresql/PKGBUILD extra/talloc/PKGBUILD
Diffstat (limited to 'extra/talloc/PKGBUILD')
-rw-r--r--extra/talloc/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/talloc/PKGBUILD b/extra/talloc/PKGBUILD
index 5b65f4d51..ca53743ba 100644
--- a/extra/talloc/PKGBUILD
+++ b/extra/talloc/PKGBUILD
@@ -1,10 +1,10 @@
-# $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
-pkgrel=1.1
+pkgver=2.0.8
+pkgrel=1
pkgdesc="A hierarchical pool based memory allocator with destructors"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
@@ -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}"