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

Antonio Rojas arojas at archlinux.org
Wed Apr 10 19:56:45 UTC 2019


    Date: Wednesday, April 10, 2019 @ 19:56:44
  Author: arojas
Revision: 350528

https

Modified:
  ldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 18:49:35 UTC (rev 350527)
+++ PKGBUILD	2019-04-10 19:56:44 UTC (rev 350528)
@@ -8,9 +8,9 @@
 epoch=1
 pkgdesc="A schema-less, ldap like, API and database"
 arch=('x86_64')
-url="http://ldb.samba.org/"
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+url="https://ldb.samba.org/"
+source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+        https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
 license=('GPL3')
 depends=('talloc' 'tevent' 'tdb' 'popt' 'lmdb')
 makedepends=('python' 'cmocka' 'docbook-xsl')



More information about the arch-commits mailing list