From a6b137120f79c111910033f0ca09fe1eabdcefe3 Mon Sep 17 00:00:00 2001 From: Emiel Wiedijk Date: Tue, 14 Aug 2018 21:15:43 +0200 Subject: [PATCH] Add tar.gz extension to source tarballs --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2c0fa6d..5f16586 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -15,7 +15,7 @@ pkgbase = woeusb optdepends = gksu provides = woeusb-git conflicts = woeusb-git - source = woeusb-3.2.2::https://github.com/slacka/WoeUSB/archive/v3.2.2.tar.gz + source = woeusb-3.2.2.tar.gz::https://github.com/slacka/WoeUSB/archive/v3.2.2.tar.gz sha256sums = 472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948 pkgname = woeusb diff --git a/PKGBUILD b/PKGBUILD index 0de268c..38802fc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ optdepends=('gksu') makedepends=('git') conflicts=('woeusb-git') provides=('woeusb-git') -source=("$pkgname-$pkgver::https://github.com/slacka/WoeUSB/archive/v$pkgver.tar.gz") +source=("$pkgname-$pkgver.tar.gz::https://github.com/slacka/WoeUSB/archive/v$pkgver.tar.gz") sha256sums=('472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948') prepare() {