summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2017-01-27 15:34:41 -0200
committerRafael Fontenelle2017-01-27 15:34:41 -0200
commitf4966769745be0dc173cac2f9658ad6185e89d52 (patch)
treed9db6d0befc421a836ba2a1256f0842dcc8e0190 /PKGBUILD
parentcb7e55ed6a93241663b70fdff20d09e13643f45b (diff)
downloadaur-f4966769745be0dc173cac2f9658ad6185e89d52.tar.gz
Use HTPS in source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a2c9b655ffe..df4da023d6aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_name=ldb
pkgname=lib32-$_name
pkgver=1.1.27
-pkgrel=1
+pkgrel=2
pkgdesc="A schema-less, ldap like, API and database"
arch=('i686' 'x86_64')
-url="http://ldb.samba.org/"
-source=(http://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
+url="https://ldb.samba.org/"
license=('GPL3')
depends=('lib32-talloc' 'lib32-tevent' 'lib32-tdb' 'lib32-popt' 'ldb')
makedepends=('lib32-python2')
optdepends=('lib32-python2: for python bindings')
+source=(https://samba.org/ftp/${_name}/${_name}-${pkgver}.tar.gz)
md5sums=('50a194dea128d062cf4b44c59130219b')
build() {