summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-09-06 10:04:51 -0300
committerRafael Fontenelle2018-09-06 10:04:51 -0300
commit7ae0653346ad5c07577fd525bd3cc8d1a900a147 (patch)
treefe656bb8fb83ebcd3b2e95b6a1c343f0ace6946c /PKGBUILD
parent50e5616cdf5e81cc3e56d5596a32f39f9c8cb70f (diff)
downloadaur-7ae0653346ad5c07577fd525bd3cc8d1a900a147.tar.gz
Update to 1.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 972cc190c9a5..39e4ac30563d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=ldb
pkgname=lib32-$_name
-pkgver=1.3.5
+pkgver=1.3.6
pkgrel=1
pkgdesc="A schema-less, ldap like, API and database"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'lib32-libbsd' '
makedepends=('lib32-python2' 'lib32-cmocka')
optdepends=('lib32-python2: for python bindings')
source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('4c26efac83efea0b467a4afab413ed91557f0c299428114bf92f72fb7d03b4f6')
+md5sums=('357fff085e46a302197cfb44d4a8098f')
prepare() {
cd ${_name}-${pkgver}