[arch-commits] Commit in ldb/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Jan 13 14:04:30 UTC 2015


    Date: Tuesday, January 13, 2015 @ 15:04:29
  Author: tpowa
Revision: 228964

upgpkg: ldb 1.1.19-1

bump to latest version

Modified:
  ldb/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 14:00:31 UTC (rev 228963)
+++ PKGBUILD	2015-01-13 14:04:29 UTC (rev 228964)
@@ -4,16 +4,18 @@
 # Contributor: Marco A Rojas <marquicus at gmail dot com>
 
 pkgname=ldb
-pkgver=1.1.18
+pkgver=1.1.19
 pkgrel=1
 pkgdesc="A schema-less, ldap like, API and database"
 arch=('i686' 'x86_64')
 url="http://ldb.samba.org/"
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+        http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
 license=('GPL3')
 depends=('talloc' 'tevent' 'tdb' 'popt')
 makedepends=('python2')
 optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org> 
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
@@ -37,4 +39,5 @@
 
 	make DESTDIR=${pkgdir}/ install
 }
-md5sums=('288716704228f6158d6855360121cae5')
+md5sums=('5a71017290a8996e3aeb24e1254d12a2'
+         'SKIP')



More information about the arch-commits mailing list