[arch-commits] Commit in tdb/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 12 18:47:10 UTC 2019
Date: Friday, April 12, 2019 @ 18:47:09
Author: arojas
Revision: 350666
https
Modified:
tdb/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-12 18:46:25 UTC (rev 350665)
+++ PKGBUILD 2019-04-12 18:47:09 UTC (rev 350666)
@@ -8,11 +8,11 @@
pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
arch=(x86_64)
license=('GPL3')
-url="http://tdb.samba.org/"
+url="https://tdb.samba.org/"
makedepends=('python' 'libxslt' 'docbook-xsl')
optdepends=('python: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
- http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+ https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
validpgpkeys=('9147A339719518EE9011BCB54793916113084025') #Samba Library Distribution Key <samba-bugs at samba.org>
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list