summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-06-07 00:50:33 -0700
committermutantmonkey2021-06-07 00:50:33 -0700
commit65f45c9dd755edbb92d2141e55f32b84858561ab (patch)
tree9f4f55d8735af2adb6851712ab444886412cda81
parent6f0f0a976bdbfcf95cfc00b659f8d4d3e4080cf9 (diff)
downloadaur-65f45c9dd755edbb92d2141e55f32b84858561ab.tar.gz
upgpkg: pyhugh-git 5.26b0542-4
-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')