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

Maxim Baz maximbaz at archlinux.org
Tue Dec 4 00:20:48 UTC 2018


    Date: Tuesday, December 4, 2018 @ 00:20:47
  Author: maximbaz
Revision: 411022

bashrun: use https sources

Modified:
  bashrun/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 00:15:56 UTC (rev 411021)
+++ PKGBUILD	2018-12-04 00:20:47 UTC (rev 411022)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('bash')
 optdepends=('xdotool: allow bashrun to run in background')
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
 sha512sums=('49fe7b50b7439e8dc8d642510e6e843743c96005ee7787febb39eed543c488d7fcd83ec776cba42f89670e3af98d7273c7d5f429a5893f5b2b0cb5b48bd299ab')
 
 package() {



More information about the arch-commits mailing list