[arch-commits] Commit in talloc/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Mar 12 13:13:14 UTC 2019
Date: Tuesday, March 12, 2019 @ 13:13:13
Author: tpowa
Revision: 347731
upgpkg: talloc 2.1.16-1
bump to latest version
Modified:
talloc/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-12 13:08:47 UTC (rev 347730)
+++ PKGBUILD 2019-03-12 13:13:13 UTC (rev 347731)
@@ -2,7 +2,7 @@
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
pkgname=talloc
-pkgver=2.1.14
+pkgver=2.1.16
pkgrel=1
pkgdesc="Hierarchical pool based memory allocator with destructors"
arch=('x86_64')
@@ -13,7 +13,7 @@
optdepends=('python2: for python bindings')
source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
fix_test_path.patch)
-sha1sums=('9d563b768148b620bdae1c97b36cfc30928a1044'
+sha1sums=('69fe815888eddcbe2fb6fc3270ff9e977461000d'
'SKIP'
'6117e3dffb24bf03d54325c13b7db3b8a7eb2850')
validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs at samba.org
@@ -20,8 +20,8 @@
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 < ../fix_test_path.patch
- sed -i -e 's#python#python2#g' buildtools/bin/waf
+ #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