summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHideaki Takahashi2015-11-21 19:11:29 -0500
committerHideaki Takahashi2015-11-21 19:11:29 -0500
commit14bb629bb896ef723e008d034e784c9423d54167 (patch)
tree2ce7445cb0bdbe63f27c29879ceeb4b42f6257e3
parent713d11f5bed2477e3bc13631256407c01b387939 (diff)
downloadaur-14bb629bb896ef723e008d034e784c9423d54167.tar.gz
update to 0.9.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f892f97b6384..5e6b6659a927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-pushbullet.py
pkgdesc = A simple python client for pushbullet.com.
- pkgver = 0.8.1
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/randomchars/pushbullet.py
arch = any
license = MIT
+ makedepends = python-setuptools
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
+ source = https://pypi.python.org/packages/source/p/pushbullet.py/pushbullet.py-0.9.0.tar.gz
+ md5sums = 5e9e15f14753e79917c94cfa8e44d9ab
pkgname = python-pushbullet.py
diff --git a/PKGBUILD b/PKGBUILD
index c11c4e60133b..ca4668486dc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@ python=python
_libname=pushbullet.py
pkgname=python-$_libname
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc="A simple python client for pushbullet.com."
-depends=('python-requests' 'python-magic' 'python-websocket-client' 'python-pip')
+depends=('python-requests' 'python-magic' 'python-websocket-client')
+makedepends=('python-setuptools')
arch=('any')
source=(https://pypi.python.org/packages/source/p/pushbullet.py/${_libname}-${pkgver}.tar.gz)
-md5sums=('1e8eccd95062df199830d92a29c57bdf')
+md5sums=('5e9e15f14753e79917c94cfa8e44d9ab')
url="https://github.com/randomchars/pushbullet.py"
license="MIT"