summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952017-12-02 16:14:45 +0200
committerShatur952017-12-02 16:14:45 +0200
commitcf73fe8773adfcc6574beeebf20f19b2b991b8bf (patch)
tree6629ee875b9e193dd977d5d38715a373c7a77dac
parent97a9a5f2e33fda8b90cefdf131ba4d941abb85cb (diff)
downloadaur-cf73fe8773adfcc6574beeebf20f19b2b991b8bf.tar.gz
Update link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0d39d71bfc2..74c66540da93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alienfx
pkgdesc = CLI and GUI utility to control the lighting effects of your Alienware computer written in Python.
pkgver = 2.0.5
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/trackmastersteve/alienfx
arch = any
license = GPLv3
@@ -10,8 +10,8 @@ pkgbase = alienfx
depends = python2-cairo
depends = python2-gobject
depends = python2-pyusb
- source = https://github.com/trackmastersteve/alienfx/archive/master.zip
- sha256sums = 3b67a8aaea8580c8ec8bfc37970e305a9a258096f66587ed8acab7d204878323
+ source = git+https://github.com/trackmastersteve/alienfx
+ md5sums = SKIP
pkgname = alienfx
diff --git a/PKGBUILD b/PKGBUILD
index 0542fd616287..7c7ab83a8872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgbase=alienfx
pkgname=alienfx
pkgver=2.0.5
-pkgrel=6
+pkgrel=7
pkgdesc="CLI and GUI utility to control the lighting effects of your Alienware computer written in Python."
arch=('any')
url="https://github.com/trackmastersteve/alienfx"
license=('GPLv3')
makedepends=('python2-setuptools')
depends=('python2' 'python2-cairo' 'python2-gobject' 'python2-pyusb')
-source=("https://github.com/trackmastersteve/${pkgbase}/archive/master.zip")
-sha256sums=('3b67a8aaea8580c8ec8bfc37970e305a9a258096f66587ed8acab7d204878323')
+source=("git+https://github.com/trackmastersteve/alienfx")
+md5sums=('SKIP')
-package_alienfx() {
- cd "${srcdir}/${pkgbase}-master"
+package() {
+ cd "${srcdir}/${pkgbase}"
python2 setup.py clean
python2 setup.py install --root="${pkgdir}"