Add tar.gz extension to source tarballs
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = woeusb
|
|||||||
optdepends = gksu
|
optdepends = gksu
|
||||||
provides = woeusb-git
|
provides = woeusb-git
|
||||||
conflicts = 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
|
sha256sums = 472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948
|
||||||
|
|
||||||
pkgname = woeusb
|
pkgname = woeusb
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@@ -12,7 +12,7 @@ optdepends=('gksu')
|
|||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
conflicts=('woeusb-git')
|
conflicts=('woeusb-git')
|
||||||
provides=('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')
|
sha256sums=('472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Reference in New Issue
Block a user