summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-01-27 15:34:41 -0200
committerRafael Fontenelle2017-01-27 15:34:41 -0200
commitf4966769745be0dc173cac2f9658ad6185e89d52 (patch)
treed9db6d0befc421a836ba2a1256f0842dcc8e0190
parentcb7e55ed6a93241663b70fdff20d09e13643f45b (diff)
downloadaur-f4966769745be0dc173cac2f9658ad6185e89d52.tar.gz
Use HTPS in source url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd1dd9b4413..da03848e587f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 20:11:57 UTC 2016
+# Fri Jan 27 17:34:27 UTC 2017
pkgbase = lib32-ldb
pkgdesc = A schema-less, ldap like, API and database
pkgver = 1.1.27
- pkgrel = 1
- url = http://ldb.samba.org/
+ pkgrel = 2
+ url = https://ldb.samba.org/
arch = i686
arch = x86_64
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = lib32-ldb
depends = lib32-popt
depends = ldb
optdepends = lib32-python2: for python bindings
- source = http://samba.org/ftp/ldb/ldb-1.1.27.tar.gz
+ source = https://samba.org/ftp/ldb/ldb-1.1.27.tar.gz
md5sums = 50a194dea128d062cf4b44c59130219b
pkgname = lib32-ldb
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() {