[arch-commits] Commit in cfv/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Sat Dec 15 20:44:43 UTC 2018
Date: Saturday, December 15, 2018 @ 20:44:42
Author: maximbaz
Revision: 416402
cfv: use https sources
Modified:
cfv/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-15 20:42:04 UTC (rev 416401)
+++ PKGBUILD 2018-12-15 20:44:42 UTC (rev 416402)
@@ -10,7 +10,7 @@
url='http://cfv.sourceforge.net/'
license=('GPL')
depends=('python2')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
sha512sums=('dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71')
prepare() {
@@ -21,7 +21,7 @@
@@ -1,3 +1,3 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
-
+
# cfv - Command-line File Verify
DIFF
}
More information about the arch-commits
mailing list