summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur2017-10-18 01:05:58 +0300
committerShatur2017-10-18 01:05:58 +0300
commita47961b018f8605108df785f6fe4761e189a6cfa (patch)
tree297ac54b05cfdaffeee5ce4f83a8cf367f14f1d9
parent014228df0a3556e0f83186192e7121d89644c53c (diff)
downloadaur-a47961b018f8605108df785f6fe4761e189a6cfa.tar.gz
Switch to back Python 2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33517fab8b4b..565dd138bc75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = alienfx
pkgdesc = AlienFX Configuration Utility
pkgver = 2.0.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/trackmastersteve/alienfx
arch = any
license = GPLv3
- makedepends = python-setuptools
- depends = python
- depends = python-cairo
- depends = python-gobject
- depends = python-pyusb
+ makedepends = python2-setuptools
+ depends = python2
+ depends = python2-cairo
+ depends = python2-gobject
+ depends = python2-pyusb
source = https://github.com/trackmastersteve/alienfx/archive/master.zip
sha256sums = 3b67a8aaea8580c8ec8bfc37970e305a9a258096f66587ed8acab7d204878323
diff --git a/PKGBUILD b/PKGBUILD
index 337f6b967a66..1f86661b2c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=alienfx
pkgname=alienfx
pkgver=2.0.5
-pkgrel=3
+pkgrel=5
pkgdesc="AlienFX Configuration Utility"
arch=('any')
url="https://github.com/trackmastersteve/alienfx"