summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHideaki Takahashi2015-08-13 05:59:03 -0400
committerHideaki Takahashi2015-08-13 05:59:03 -0400
commit713d11f5bed2477e3bc13631256407c01b387939 (patch)
treec9a7eb45f4f73570b1ec9ff65d3793cd810b35b7
parent1c99f262d1209e113048b60c38a7ca32d30a1de6 (diff)
downloadaur-713d11f5bed2477e3bc13631256407c01b387939.tar.gz
added python-pip in dependency list
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25f0600b85e3..f892f97b6384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-pushbullet.py
pkgdesc = A simple python client for pushbullet.com.
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/randomchars/pushbullet.py
arch = any
license = MIT
depends = python-requests
depends = python-magic
depends = python-websocket-client
+ depends = python-pip
source = https://pypi.python.org/packages/source/p/pushbullet.py/pushbullet.py-0.8.1.tar.gz
md5sums = 1e8eccd95062df199830d92a29c57bdf
diff --git a/PKGBUILD b/PKGBUILD
index c26654e0356c..c11c4e60133b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ python=python
_libname=pushbullet.py
pkgname=python-$_libname
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple python client for pushbullet.com."
-depends=('python-requests' 'python-magic' 'python-websocket-client')
+depends=('python-requests' 'python-magic' 'python-websocket-client' 'python-pip')
arch=('any')
source=(https://pypi.python.org/packages/source/p/pushbullet.py/${_libname}-${pkgver}.tar.gz)
md5sums=('1e8eccd95062df199830d92a29c57bdf')