summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122017-10-20 09:39:26 +0200
committerwillemw122017-10-20 09:39:26 +0200
commitdfc4e8007263a99fd496651b252e070881731084 (patch)
tree885fc6b9c332dff49279df444304d772b1c3915e
parent5d4c45a7ff7d60e583d92e187f72d86dcee8de2e (diff)
downloadaur-dfc4e8007263a99fd496651b252e070881731084.tar.gz
Change to alternative source location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b25da5769d31..7ee5e900aba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iwscanner
pkgdesc = Wireless scanner with an easy to use graphic interface and using the iwlist tool
pkgver = 0.2.4
- pkgrel = 3
+ pkgrel = 4
url = http://kuthulu.com/iwscanner
arch = any
license = LGPL
@@ -12,7 +12,7 @@ pkgbase = iwscanner
optdepends = kdesu: privilege escalation to use wireless tools
optdepends = gksudo: privilege escalation to use wireless tools
options = !emptydirs
- source = http://kuthulu.com/iwscanner/iwscanner-0.2.4.tgz
+ source = https://answers.launchpad.net/~unit193/+archive/ubuntu/test/+files/iwscanner_0.2.4.orig.tar.gz
source = iwscanner
source = iwscanner.desktop
source = setup.py
diff --git a/PKGBUILD b/PKGBUILD
index 648b1c1c43af..1ad18c9f611b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=iwscanner
pkgver=0.2.4
-pkgrel=3
+pkgrel=4
pkgdesc="Wireless scanner with an easy to use graphic interface and using the iwlist tool"
arch=('any')
url="http://kuthulu.com/iwscanner"
@@ -13,7 +13,8 @@ optdepends=('gksu: privilege escalation to use wireless tools'
'gksudo: privilege escalation to use wireless tools')
options=(!emptydirs)
# Additional source files are based on the opensuse 'iwscanner' rpm
-source=(http://kuthulu.com/iwscanner/iwscanner-$pkgver.tgz
+#source=(http://kuthulu.com/iwscanner/iwscanner-$pkgver.tgz
+source=(https://answers.launchpad.net/~unit193/+archive/ubuntu/test/+files/iwscanner_0.2.4.orig.tar.gz
iwscanner
iwscanner.desktop
setup.py)