summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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