summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2019-11-17 15:25:35 +0100
committerFabian Maurer2019-11-17 15:25:35 +0100
commita2a28e3556554b9973faab5b0bf61ea9bac19f9d (patch)
tree74b87f4edeb0dc110f64fe29aeeaf3d1879285e2 /PKGBUILD
parentac7302dff79d988cefcacfe4e1c959d031373e01 (diff)
downloadaur-a2a28e3556554b9973faab5b0bf61ea9bac19f9d.tar.gz
Update to 1.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d3775559021..c2bc8dc7c4f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.5.4
-pkgrel=3
+pkgver=1.5.6
+pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('x86_64')
url="https://ldb.samba.org/"
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'lib32-libbsd' 'ldb' 'python')
makedepends=('lib32-cmocka')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-md5sums=('24d9f18b085ba27f96d4dec643abea39')
+md5sums=('fc58ef432c1fcb03fc3bb6cccce08977')
build() {
cd ${_name}-${pkgver}