summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2019-03-20 20:38:13 +0100
committerFabian Maurer2019-03-20 20:38:13 +0100
commitbc0b5066dda7e4436d6396869c435d065dae0db7 (patch)
treefba99929dc13086c0ab9d53879a24fd232eff6a9
parent8ccc2fc1c7276309e61aab720d2d9dd8ecad444d (diff)
downloadaur-bc0b5066dda7e4436d6396869c435d065dae0db7.tar.gz
Adopt and update to 2.1.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f91e1d1d66e..b5a4e170412d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lib32-talloc
pkgdesc = A hierarchical pool based memory allocator with destructors
- pkgver = 2.1.14
+ pkgver = 2.1.16
pkgrel = 1
url = http://talloc.samba.org/
arch = x86_64
license = GPL3
depends = lib32-python2
depends = talloc
- source = https://samba.org/ftp/talloc/talloc-2.1.14.tar.gz
- sha256sums = b185602756a628bac507fa8af8b9df92ace69d27c0add5dab93190ad7c3367ce
+ source = https://samba.org/ftp/talloc/talloc-2.1.16.tar.gz
+ sha256sums = 195bf6830a070deb11c492b8cd575a59cd4d3b634164f3f693f6388f806a52a9
pkgname = lib32-talloc
diff --git a/PKGBUILD b/PKGBUILD
index e4eefcebd18a..089391b7ce67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
+# Maintainer: Fabian Maurer <dark.shadow4@web.de>
+# Contributor: Rafael Fontenelle <rafaelff@gnome.org>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
_name=talloc
pkgname=lib32-${_name}
-pkgver=2.1.14
+pkgver=2.1.16
pkgrel=1
pkgdesc='A hierarchical pool based memory allocator with destructors'
arch=('x86_64')
@@ -12,7 +13,7 @@ url='http://talloc.samba.org/'
license=('GPL3')
source=("https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz")
depends=('lib32-python2' 'talloc')
-sha256sums=('b185602756a628bac507fa8af8b9df92ace69d27c0add5dab93190ad7c3367ce')
+sha256sums=('195bf6830a070deb11c492b8cd575a59cd4d3b634164f3f693f6388f806a52a9')
prepare() {
cd ${_name}-${pkgver}