diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 17:10:47 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 17:23:51 +0100 |
commit | 298ff93ba8371394938b3f38d8be6977b08351fd (patch) | |
tree | 02ca1d14c71596f5cac41d0770357d7bb3785fea | |
parent | c6a736c4cf7dc0c21a29b3c30d4c925f9d68baae (diff) |
main/tdb: upgrade to 1.4.3
-rw-r--r-- | main/tdb/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/main/tdb/APKBUILD b/main/tdb/APKBUILD index de3efedd4f7..93956772a17 100644 --- a/main/tdb/APKBUILD +++ b/main/tdb/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tdb -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=0 pkgdesc="The tdb library" url="https://tdb.samba.org/" @@ -11,10 +11,8 @@ makedepends="$depends_dev python3-dev docbook-xsl" subpackages="$pkgname-dev py3-$pkgname:_py3 $pkgname-libs $pkgname-doc" source="https://samba.org/ftp/tdb/tdb-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -30,12 +28,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } @@ -51,4 +47,4 @@ libs() { replaces="tdb" } -sha512sums="1d1f83e1b79cc6ea2b5cbc755de4a370fb95ef0f592f3bd2b6d23b1be18555cd417a9254fdf276dc6bd7f3368af82a4569c1f1cdde13d98405a5d38f1291d832 tdb-1.4.2.tar.gz" +sha512sums="99488839e7da396f04df60412d21a7d3e09efeab52772d6cb5e9470a3dfd585d73ef2422c51cd0d8ccc123a65d455de400d5d6b24a21a2a50d3da60d9a70e67a tdb-1.4.3.tar.gz" |