[arch-commits] Commit in talloc/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Oct 1 06:05:51 UTC 2013


    Date: Tuesday, October 1, 2013 @ 08:05:51
  Author: bpiotrowski
Revision: 195485

upgpkg: talloc 2.0.8-2

- rebuild due to removal of St?\195?\169phane Gaudreault's key
- add prepare function

Modified:
  talloc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-01 06:01:26 UTC (rev 195484)
+++ PKGBUILD	2013-10-01 06:05:51 UTC (rev 195485)
@@ -4,8 +4,8 @@
 
 pkgname=talloc
 pkgver=2.0.8
-pkgrel=1
-pkgdesc="A hierarchical pool based memory allocator with destructors"
+pkgrel=2
+pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="http://talloc.samba.org/"
@@ -15,9 +15,13 @@
 source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('7857200b58a8617ca18fe2c91296cd93')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
    ./configure --prefix=/usr \
      --sysconfdir=/etc/samba \
      --localstatedir=/var \




More information about the arch-commits mailing list