From 4d8fc07de166c70bee9b1e0b3240199c9f8f0ad1 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 16 Dec 2019 17:12:46 +0100 Subject: main/talloc: upgrade to 2.3.1 --- main/talloc/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/main/talloc/APKBUILD b/main/talloc/APKBUILD index 52ffaabafd6..3ccd7449ff5 100644 --- a/main/talloc/APKBUILD +++ b/main/talloc/APKBUILD @@ -1,8 +1,8 @@ # Contributor: # Maintainer: pkgname=talloc -pkgver=2.3.0 -pkgrel=1 +pkgver=2.3.1 +pkgrel=0 pkgdesc="Memory pool management library" url="https://talloc.samba.org" arch="all" @@ -15,7 +15,6 @@ source="https://samba.org/ftp/talloc/talloc-$pkgver.tar.gz " build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -36,12 +35,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install install -Dm644 libtalloc.a "$pkgdir"/usr/lib/libtalloc.a } @@ -54,5 +51,5 @@ _py3() { "$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib/ } -sha512sums="f0020d83520ea24711040c44600180fabae7b0e0668a961a66f5d4f77d89b09d799ddadf781ee2d044ad059b2d6a2e5232068fd77b300a8366592c0ce2289837 talloc-2.3.0.tar.gz +sha512sums="064fc39a9aaace6e0209f3251c8ff198d8a318b4cf4198006ff9892ca6e15e7d817b2fda43e0444fbbf04d2c3e70d06523dff5d57cbb796d27317ef4759e062e talloc-2.3.1.tar.gz 66d06f735fe591f3a888ced25c4c5a0068402001736ce52443d0670d42bf7144c7f69ff9c6299ecf4d9001f23c68403953c4bdc7325f4d094d304e4215ff90b1 always-libs.patch" -- cgit v1.2.3