summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-03-27 12:45:10 -0400
committerAdam Goldsmith2016-03-27 12:45:10 -0400
commit47d1bb34539823030abaff29d78b33aac9eea844 (patch)
tree7194fe897a44961fb5e13965ae41248e480dfe76
parentea19dbfa7bdafc2ef4f7940f9340bc7b381410a6 (diff)
downloadaur-47d1bb34539823030abaff29d78b33aac9eea844.tar.gz
Add python2-setuptools as makedepend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 830914cb8a18..55eeb28f9f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Sun Mar 27 16:44:04 UTC 2016
pkgbase = python2-libpebble2-git
pkgdesc = The library portion of the successor to libpebble, a python library for interacting with Pebble devices.
- pkgver = v0.0.12
+ pkgver = v0.0.17.3.gab2cd38
pkgrel = 1
url = https://github.com/pebble/libpebble2
arch = i386
arch = x86_64
license = MIT
+ makedepends = python2-setuptools
depends = python2
depends = python2-six
depends = python2-websocket-client
diff --git a/PKGBUILD b/PKGBUILD
index 77047d41f57f..166f4555912d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <adam@adamgoldsmith.name>
pkgname=python2-libpebble2-git
-pkgver=v0.0.12
+pkgver=v0.0.17.3.gab2cd38
pkgrel=1
pkgdesc="The library portion of the successor to libpebble, a python library for interacting with Pebble devices."
arch=('i386' 'x86_64')
@@ -11,6 +11,7 @@ depends=('python2'
'python2-six'
'python2-websocket-client'
'python2-wsgiref')
+makedepends=('python2-setuptools')
provides=("python2-libpebble2")
conflicts=("python2-libpebble2")
options=(!emptydirs)