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

Tobias Powalowski tpowa at archlinux.org
Tue Mar 19 15:22:04 UTC 2019


    Date: Tuesday, March 19, 2019 @ 15:22:04
  Author: tpowa
Revision: 348689

upgpkg: talloc 2.1.16-2

rebuild for python

Modified:
  talloc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-19 15:20:04 UTC (rev 348688)
+++ PKGBUILD	2019-03-19 15:22:04 UTC (rev 348689)
@@ -3,14 +3,14 @@
 
 pkgname=talloc
 pkgver=2.1.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('x86_64')
 license=('GPL3')
 url="http://talloc.samba.org/"
 depends=('glibc')
-makedepends=('python2' 'docbook-xsl')
-optdepends=('python2: for python bindings')
+makedepends=('python' 'docbook-xsl')
+optdepends=('python: for python bindings')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
         fix_test_path.patch)
 sha1sums=('69fe815888eddcbe2fb6fc3270ff9e977461000d'
@@ -20,8 +20,6 @@
 
 prepare() {
    cd "${srcdir}/${pkgname}-${pkgver}"
-   #patch -p1 < ../fix_test_path.patch
-   sed -i -e 's#python3#python2#g' buildtools/bin/waf
 }
 
 build() {



More information about the arch-commits mailing list