summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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}"