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

Anatol Pomozov anatolik at archlinux.org
Tue Sep 17 00:23:22 UTC 2019


    Date: Tuesday, September 17, 2019 @ 00:23:22
  Author: anatolik
Revision: 510956

Use https for the source files

Modified:
  usbredir/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 00:20:55 UTC (rev 510955)
+++ PKGBUILD	2019-09-17 00:23:22 UTC (rev 510956)
@@ -9,7 +9,7 @@
 url="http://spice-space.org/page/UsbRedir"
 license=('GPL2' 'LGPL2.1')
 depends=('libusb')
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
+source=(https://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
 sha256sums=('87bc9c5a81c982517a1bec70dc8d22e15ae197847643d58f20c0ced3c38c5e00')
 
 build() {
@@ -22,5 +22,3 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list