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

Baptiste Jonglez zorun at archlinux.org
Wed Jan 31 09:01:19 UTC 2018


    Date: Wednesday, January 31, 2018 @ 09:01:18
  Author: zorun
Revision: 288363

Fix source URL (original domain is squatted)

Modified:
  corkscrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 08:51:12 UTC (rev 288362)
+++ PKGBUILD	2018-01-31 09:01:18 UTC (rev 288363)
@@ -10,7 +10,7 @@
 url="http://www.agroman.net/corkscrew/"
 license=('GPL')
 changelog=$pkgname.changelog
-source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::http://http.debian.net/debian/pool/main/c/corkscrew/${pkgname}_${pkgver}.orig.tar.gz)
 sha256sums=('0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be')
 
 build() {



More information about the arch-commits mailing list