summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122020-07-01 19:44:57 +0200
committerwillemw122020-07-01 19:44:57 +0200
commit8aab93eda4f63d9f0a59a66aefaa349b55d4bc5a (patch)
tree466cf8d4273197a25101b4b72cc7034dd2cafc36
parent698e6b66b572ce60ff19752b9116c813eb2c909b (diff)
downloadaur-8aab93eda4f63d9f0a59a66aefaa349b55d4bc5a.tar.gz
Revert to original URL
Add version patch. Remove gksu optdepends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cf3a1f87ad2..2c9d2aaa17b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = iwscanner
pkgdesc = Wireless scanner with an easy to use graphic interface and using the iwlist tool
pkgver = 0.2.4
- pkgrel = 4
+ pkgrel = 5
url = http://kuthulu.com/iwscanner
arch = any
license = LGPL
depends = pygtk
depends = python2
depends = wireless_tools
- optdepends = gksu: privilege escalation to use wireless tools
optdepends = kdesu: privilege escalation to use wireless tools
options = !emptydirs
- source = https://answers.launchpad.net/~unit193/+archive/ubuntu/test/+files/iwscanner_0.2.4.orig.tar.gz
+ source = http://kuthulu.com/iwscanner/iwscanner-0.2.4.tgz
source = iwscanner
source = iwscanner.desktop
source = setup.py
- md5sums = f26ce8196f992ad3e60b1af758be1546
+ md5sums = 436d37e5a1bf2d26bcd0e77e2ebaeb3a
md5sums = 7dcbc65395faba817a3653db7d07224a
md5sums = d0613547024a89444c34ef2b34d8427c
md5sums = 470cb6fb4539e7d580086178304c95a9
diff --git a/PKGBUILD b/PKGBUILD
index 79c2632a55d2..9c29350f353a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,20 @@
pkgname=iwscanner
pkgver=0.2.4
-pkgrel=4
+pkgrel=5
pkgdesc="Wireless scanner with an easy to use graphic interface and using the iwlist tool"
arch=('any')
url="http://kuthulu.com/iwscanner"
license=('LGPL')
depends=('pygtk' 'python2' 'wireless_tools')
-optdepends=('gksu: privilege escalation to use wireless tools'
- 'kdesu: privilege escalation to use wireless tools')
+optdepends=('kdesu: 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=(https://answers.launchpad.net/~unit193/+archive/ubuntu/test/+files/iwscanner_0.2.4.orig.tar.gz
+source=(http://kuthulu.com/iwscanner/iwscanner-$pkgver.tgz
iwscanner
iwscanner.desktop
setup.py)
-md5sums=('f26ce8196f992ad3e60b1af758be1546'
+md5sums=('436d37e5a1bf2d26bcd0e77e2ebaeb3a'
'7dcbc65395faba817a3653db7d07224a'
'd0613547024a89444c34ef2b34d8427c'
'470cb6fb4539e7d580086178304c95a9')
@@ -25,6 +23,7 @@ md5sums=('f26ce8196f992ad3e60b1af758be1546'
prepare() {
cd $pkgname-$pkgver
sed -i 's|#!/usr/bin/env python[ ]*$|#!/usr/bin/env python2|' iwscanner.py
+ sed -i 's|app_version = "0.2.3"|app_version = "0.2.4"|' iwscanner.py
}
package() {