summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2020-05-12 17:52:42 +0200
committerFabian Maurer2020-05-12 17:52:42 +0200
commitd858d475e2c02ffd9309de5a18f78a24922fa7d0 (patch)
treea2ce357dc069de30cb6c79b1c45b1b267ef2e39f /PKGBUILD
parentfce282ffda8966652aa2d6e8a3ec6cd181ad010c (diff)
downloadaur-d858d475e2c02ffd9309de5a18f78a24922fa7d0.tar.gz
Update to 2.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2bc8dc7c4f8..efa2fe8ee072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.5.6
+pkgver=2.1.2
pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('x86_64')
@@ -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=('fc58ef432c1fcb03fc3bb6cccce08977')
+md5sums=('17d1d6238a6846a593776e71d0d1df03')
build() {
cd ${_name}-${pkgver}