aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-14 02:42:04 +0300
committerTimo Teräs <timo.teras@iki.fi>2018-07-19 08:44:17 +0000
commitab6d8d95cda656562a945c84621dcaf75ae2c599 (patch)
treecf215afd2a74413dfb3fee78955709fa932239e1 /main
parente87180c163fe5818b535025241ffafda11b220f9 (diff)
downloadaports-ab6d8d95cda656562a945c84621dcaf75ae2c599.tar.bz2
aports-ab6d8d95cda656562a945c84621dcaf75ae2c599.tar.xz
main/talloc: upgrade to 2.1.14, improve
Diffstat (limited to 'main')
-rw-r--r--main/talloc/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/main/talloc/APKBUILD b/main/talloc/APKBUILD
index 9290aeedc2..9c90711880 100644
--- a/main/talloc/APKBUILD
+++ b/main/talloc/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=talloc
-pkgver=2.1.12
+pkgver=2.1.14
pkgrel=0
pkgdesc="Memory pool management library"
-url="http://talloc.samba.org"
+url="https://talloc.samba.org"
arch="all"
license="LGPL-3.0-or-later"
replaces="samba-common"
makedepends="docbook-xsl libxslt python2-dev python3-dev"
subpackages="$pkgname-dev py2-$pkgname:_py2 py3-$pkgname:_py3 $pkgname-doc"
-source="http://samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz
+source="https://samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz
always-libs.patch
"
builddir="$srcdir/$pkgname-$pkgver"
@@ -40,7 +40,8 @@ check() {
}
package() {
- make -C "$builddir" DESTDIR="$pkgdir" install
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install
}
_py2() {
@@ -61,5 +62,5 @@ _py3() {
"$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib/
}
-sha512sums="baf572bc90ba0f0277d1d71cdfe441d4624592ad33e374b65ad9709189afa39fff227710db95e0e7ff2f96154f25b14d3e8d75ef10c8c81f03b3d432e80b63a2 talloc-2.1.12.tar.gz
+sha512sums="1fcc70bf283a4d9fb61faf1c57f80a9c158efbe996452740db9755e879ad72ee7bff6f6c9bed358e085c5c7f97c78800bb903161143af2202952b702141cc130 talloc-2.1.14.tar.gz
fa818d6291f6291d193b475af993de4fd34e6133ccacb55203f5c96973c51b2e932523f5f2a8cd38a4959e80d8378841b3b5efd5411b7828a240102b492c16e7 always-libs.patch"