summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Göransson2016-02-27 00:42:23 +0100
committerDavid Göransson2016-02-27 00:42:23 +0100
commitc10a64b9a71a7ef73363dde9ef14db9230b46ebe (patch)
tree98d54c5070d680d557d26c10357c31207f97b266
parent22bfab158f78ecab942760fbb84204c643b7217d (diff)
downloadaur-c10a64b9a71a7ef73363dde9ef14db9230b46ebe.tar.gz
Fix depencies according to git changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 680018fab2e4..eaf79567cd26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 12:40:20 UTC 2016
+# Fri Feb 26 23:41:59 UTC 2016
pkgbase = lifx-cli-git
pkgdesc = Command line interface for LIFX light bulbs written in Python 3
pkgver = v1.1.r0.g7c935ca
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Rawa/lifx-cli
arch = any
license = MIT
depends = python
- depends = python-pycurl
+ depends = python-requests
depends = python-urllib3
provides = lifx
source = lifx-cli::git+https://github.com/Rawa/lifx-cli.git
diff --git a/PKGBUILD b/PKGBUILD
index fc7579c8a185..b61a3aa8cfc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lifx-cli-git
_pkgname="lifx-cli"
pkgver=v1.1.r0.g7c935ca
-pkgrel=1
+pkgrel=2
pkgdesc="Command line interface for LIFX light bulbs written in Python 3"
arch=(any)
url="https://github.com/Rawa/lifx-cli"
@@ -11,7 +11,7 @@ provides=('lifx')
license=('MIT')
depends=(
'python'
- 'python-pycurl'
+ 'python-requests'
'python-urllib3'
)
conflicts=('')