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

Maxim Baz maximbaz at archlinux.org
Sun Dec 2 22:16:06 UTC 2018


    Date: Sunday, December 2, 2018 @ 22:16:05
  Author: maximbaz
Revision: 410793

diffuse: download sources via https

Modified:
  diffuse/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-02 22:12:16 UTC (rev 410792)
+++ PKGBUILD	2018-12-02 22:16:05 UTC (rev 410793)
@@ -10,11 +10,11 @@
 url="http://diffuse.sourceforge.net/"
 license=('GPL')
 depends=('pygtk')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('2f92668350f7bcdc5fb04bcbe9845409')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   python2 install.py --prefix=/usr --destdir="$pkgdir"
-  sed -i 's|^#!.*|&2|' "$pkgdir"/usr/bin/diffuse 
+  sed -i 's|^#!.*|&2|' "$pkgdir"/usr/bin/diffuse
 }



More information about the arch-commits mailing list