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

Balló György bgyorgy at archlinux.org
Fri Dec 21 21:19:13 UTC 2018


    Date: Friday, December 21, 2018 @ 21:19:11
  Author: bgyorgy
Revision: 417463

Use https source

Modified:
  libdbi/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 21:16:19 UTC (rev 417462)
+++ PKGBUILD	2018-12-21 21:19:11 UTC (rev 417463)
@@ -12,7 +12,7 @@
 arch=('x86_64')
 depends=('glibc')
 options=(!emptydirs)
-source=("http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz")
 sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23')
 
 build() {



More information about the arch-commits mailing list