summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchshift2015-12-23 01:23:25 -0800
committerarchshift2015-12-23 01:23:25 -0800
commit6fb7153cfe1cab85f29d9db974a8853b22c819cc (patch)
treec37b9c5852b14737be1291ef6af345ab889a7123
parent397ecdaecf982e0886ddb750c81e7c177b27c318 (diff)
downloadaur-6fb7153cfe1cab85f29d9db974a8853b22c819cc.tar.gz
Update to reflect change from distutils to setuptools
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1073a2cf9ff..04fb50f2481f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=adusk
pkgname=$_pkgname-git
-pkgver=2fdf72b
+pkgver=latest
pkgrel=1
pkgdesc="A standalone virtual keyboard for the Steam Controller"
arch=('i686' 'x86_64')
url="https://github.com/archshift/adusk"
license=('GPL3')
-makedepends=('git' 'python-distutils-extra')
+makedepends=('git' 'python-setuptools')
depends=('python' 'python-steamcontroller-git' 'python-pysdl2')
provides=("$_pkgname")
source=("$_pkgname::git+https://github.com/archshift/adusk.git")