summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHideaki Takahashi2016-02-19 08:40:44 -0500
committerHideaki Takahashi2016-02-19 08:40:44 -0500
commitcbb53f5c4a17ab9163ec71d0c128ed1df79d8961 (patch)
treee542288aae6d2e0be606069b4f506967992e1580
parent14bb629bb896ef723e008d034e784c9423d54167 (diff)
downloadaur-cbb53f5c4a17ab9163ec71d0c128ed1df79d8961.tar.gz
update to 0.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6b6659a927..5b49e54ad21f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Feb 19 13:40:21 UTC 2016
pkgbase = python-pushbullet.py
pkgdesc = A simple python client for pushbullet.com.
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/randomchars/pushbullet.py
arch = any
@@ -9,8 +11,8 @@ pkgbase = python-pushbullet.py
depends = python-requests
depends = python-magic
depends = python-websocket-client
- source = https://pypi.python.org/packages/source/p/pushbullet.py/pushbullet.py-0.9.0.tar.gz
- md5sums = 5e9e15f14753e79917c94cfa8e44d9ab
+ source = https://pypi.python.org/packages/source/p/pushbullet.py/pushbullet.py-0.10.0.tar.gz
+ md5sums = 24db6917a12e1c9b3fecca102615376b
pkgname = python-pushbullet.py
diff --git a/PKGBUILD b/PKGBUILD
index ca4668486dc3..fd66dc32f9d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@ python=python
_libname=pushbullet.py
pkgname=python-$_libname
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="A simple python client for pushbullet.com."
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=('5e9e15f14753e79917c94cfa8e44d9ab')
+md5sums=('24db6917a12e1c9b3fecca102615376b')
url="https://github.com/randomchars/pushbullet.py"
-license="MIT"
+license=("MIT")
build() {
cd $srcdir/$_libname-$pkgver