summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-04-26 06:25:19 +0700
committerKonstantin Shalygin2020-04-26 06:25:19 +0700
commite69f589ac069420450ddb009e9740d1c72149096 (patch)
treed7772868530de8709503cb86872651f6aed4bed2 /PKGBUILD
parent43d30a13469581ad9e8793919e99cb4088ffc016 (diff)
downloadaur-e69f589ac069420450ddb009e9740d1c72149096.tar.gz
Bump to 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f35aa6037c8..26a1247f3ad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='pyocclient'
pkgname=('python-pyocclient' 'python2-pyocclient')
-pkgver='0.4'
+pkgver='0.5'
pkgrel='1'
pkgdesc='Python client library for ownCloud'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python' 'python-setuptools'
'python2' 'python2-setuptools')
license=('MIT')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('841c9057b66fc56ffa867b6b94ee9ec175ddd70ca9c80e0c5e4c51a1694c51dc')
+sha256sums=('6bb1ae269c29ffc760d00a3e8e8858c5f28cf32be3fbbaa971e10cd75b0c8bc3')
package_python-pyocclient() {
depends=('python' 'python-requests' 'python-six')