summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlars2015-12-09 00:01:39 +0000
committerlars2015-12-09 00:01:39 +0000
commit8464be03c69aa34295c8a9503a85e19ff1dde351 (patch)
tree70a9464a6e805fdeb4101ff5e28528bd436ff8aa
parent87e4c5beac138fb75fe86440a7718d666732481d (diff)
downloadaur-8464be03c69aa34295c8a9503a85e19ff1dde351.tar.gz
added checksum, removed dependendcy, using versioned download instead of git head
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60b9f11b9e95..b7caaa032d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Dec 8 23:59:59 UTC 2015
pkgbase = ewsgateway
pkgdesc = EWS Gateway allows you to access the Embedded Web Server (EWS) on several models of HP printers via USB under Linux.
pkgver = 1.0.1
@@ -9,12 +11,11 @@ pkgbase = ewsgateway
depends = tk
depends = python2-pyusb
optdepends = sudo: runtime privilege escalation
- optdepends = gksudo: runtime privilege escalation
optdepends = kdesudo: runtime privilege escalation
optdepends = gksu: runtime privilege escalation
optdepends = kdesu: runtime privilege escalation
- source = git://github.com/c0mm0ner/ewsgateway.git
- md5sums = SKIP
+ source = https://github.com/c0mm0ner/ewsgateway/archive/v1.0.1.tar.gz
+ md5sums = 0848ad12589943294e0acbdca30b2b21
pkgname = ewsgateway
diff --git a/PKGBUILD b/PKGBUILD
index 720dc7389870..4450a687aa37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,12 @@ arch=('any')
license=('BSD')
depends=('python2' 'tk' 'python2-pyusb')
optdepends=('sudo: runtime privilege escalation'
- 'gksudo: runtime privilege escalation'
'kdesudo: runtime privilege escalation'
'gksu: runtime privilege escalation'
'kdesu: runtime privilege escalation')
-source=("git://github.com/c0mm0ner/ewsgateway.git")
-
-md5sums=('SKIP')
+source=("https://github.com/c0mm0ner/ewsgateway/archive/v1.0.1.tar.gz")
+md5sums=('0848ad12589943294e0acbdca30b2b21')
build() {
cd $srcdir/$pkgname/