summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c190067e3a47..3815d5f50f46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
-# Generated by mksrcinfo v8
-# Mon Mar 14 05:13:53 UTC 2016
pkgbase = pyhugh-git
pkgdesc = Python library for the Hue API,
- pkgver = 1.e5c1c48
- pkgrel = 1
+ pkgver = 5.26b0542
+ pkgrel = 4
url = https://github.com/mutantmonkey/pyhugh
arch = any
license = WTFPL
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-requests>=2.4
provides = pyhugh
@@ -16,4 +15,3 @@ pkgbase = pyhugh-git
sha256sums = SKIP
pkgname = pyhugh-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 812a918a4f1c..9120cf362c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: mutantmonkey <aur@mutantmonkey.in>
+# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
pkgname=pyhugh-git
_gitname=pyhugh
-pkgver=1.e5c1c48
-pkgrel=1
+pkgver=5.26b0542
+pkgrel=4
pkgdesc="Python library for the Hue API",
url="https://github.com/mutantmonkey/pyhugh"
arch=('any')
license=('WTFPL')
depends=('python' 'python-requests>=2.4')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=('pyhugh')
conflicts=('pyhugh')
source=('git+https://github.com/mutantmonkey/pyhugh.git')