summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2019-04-11 17:25:44 +0200
committerFabian Maurer2019-04-11 17:25:44 +0200
commitbf690c4ac2a9694d7d8e40e3fd562ef52aff4a92 (patch)
tree594f53dd02c4450cbdc8dc3a958fe50f6762b77b
parente39397ddf208fe5a7572ff153c5f8ba16b16751e (diff)
downloadaur-bf690c4ac2a9694d7d8e40e3fd562ef52aff4a92.tar.gz
Add build time dependency on python
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96061e48458..18427b8d8495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = lib32-talloc
pkgdesc = A hierarchical pool based memory allocator with destructors
pkgver = 2.1.16
- pkgrel = 3
+ pkgrel = 4
url = http://talloc.samba.org/
arch = x86_64
license = GPL3
+ makedepends = python
depends = talloc
source = https://samba.org/ftp/talloc/talloc-2.1.16.tar.gz
sha256sums = 195bf6830a070deb11c492b8cd575a59cd4d3b634164f3f693f6388f806a52a9
diff --git a/PKGBUILD b/PKGBUILD
index 90b8e17a8e88..9c16f61abeba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
_name=talloc
pkgname=lib32-${_name}
pkgver=2.1.16
-pkgrel=3
+pkgrel=4
pkgdesc='A hierarchical pool based memory allocator with destructors'
arch=('x86_64')
url='http://talloc.samba.org/'
license=('GPL3')
source=("https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz")
depends=('talloc')
+makedepends=('python')
sha256sums=('195bf6830a070deb11c492b8cd575a59cd4d3b634164f3f693f6388f806a52a9')
build() {