summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHideaki Takahashi2017-07-24 08:34:26 -0400
committerHideaki Takahashi2017-07-24 08:34:26 -0400
commit1ee4b875a79f45ff3f9850aa7fdaae36e81784a2 (patch)
treeb6bb0cb6d1c9175103fa78f0c471c6ff6711b8fb
parentcbb53f5c4a17ab9163ec71d0c128ed1df79d8961 (diff)
downloadaur-1ee4b875a79f45ff3f9850aa7fdaae36e81784a2.tar.gz
0.11.0 released
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b49e54ad21f..768b47e9a627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 13:40:21 UTC 2016
+# Mon Jul 24 12:34:10 UTC 2017
pkgbase = python-pushbullet.py
pkgdesc = A simple python client for pushbullet.com.
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/randomchars/pushbullet.py
arch = any
@@ -11,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.10.0.tar.gz
- md5sums = 24db6917a12e1c9b3fecca102615376b
+ source = https://github.com/randomchars/pushbullet.py/archive/0.11.0.tar.gz
+ md5sums = 3ce16295be29fbc4272a47ba5c2243c9
pkgname = python-pushbullet.py
diff --git a/PKGBUILD b/PKGBUILD
index fd66dc32f9d9..832ae0d7166e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ python=python
_libname=pushbullet.py
pkgname=python-$_libname
-pkgver=0.10.0
+pkgver=0.11.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=('24db6917a12e1c9b3fecca102615376b')
+source=(https://github.com/randomchars/${_libname}/archive/${pkgver}.tar.gz)
+md5sums=('3ce16295be29fbc4272a47ba5c2243c9')
url="https://github.com/randomchars/pushbullet.py"
license=("MIT")
@@ -18,8 +18,6 @@ license=("MIT")
build() {
cd $srcdir/$_libname-$pkgver
- sed -i 's/==/>=/g' requirements.txt
-
$python setup.py build || return 1
}