summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7CTech2016-03-24 20:02:54 +1100
committer7CTech2016-03-24 20:02:54 +1100
commit7fbbe4b345d699e1987cb946a745e7bc8963ce59 (patch)
tree11c7dd5e31dd7d692be3db8a8a41a38af161a147
parent0f00d0127c77deea94be6acdc8340c8ea6227570 (diff)
downloadaur-7fbbe4b345d699e1987cb946a745e7bc8963ce59.tar.gz
Added .zip to end of download file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab09ca59770..95414e3c350e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 00:51:18 UTC 2016
+# Thu Mar 24 09:02:38 UTC 2016
pkgbase = storm-launcher
pkgdesc = Software to control Dream Cheeky O.I.C Storm & Thunder USB Missile Launchers
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/7CTech/stormLauncher
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = storm-launcher
depends = gksu
provides = stormLauncher
conflicts = storm-launcher-git
- source = storm-launcher::https://github.com/7CTech/stormLauncher/archive/1.3.zip
+ source = storm-launcher.zip::https://github.com/7CTech/stormLauncher/archive/1.3.zip
sha256sums = e437acbfff569ed4ac8cfc0de676408972fe40b9a364c99c3f0a2ca5c909f07b
pkgname = storm-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 6bb2b547d9c2..e9f6a66cff97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=storm-launcher
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Software to control Dream Cheeky O.I.C Storm & Thunder USB Missile Launchers"
arch=('i686' 'x86_64')
url="https://github.com/7CTech/stormLauncher"
@@ -16,7 +16,7 @@ depends=('python'
'gksu')
provides=('stormLauncher')
conflicts=('storm-launcher-git')
-source=("$pkgname::https://github.com/7CTech/stormLauncher/archive/$pkgver.zip")
+source=("$pkgname.zip::https://github.com/7CTech/stormLauncher/archive/$pkgver.zip")
sha256sums=('e437acbfff569ed4ac8cfc0de676408972fe40b9a364c99c3f0a2ca5c909f07b')
build() {