summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-12-03 22:35:53 +0700
committerKonstantin Shalygin2021-12-13 22:35:53 +0700
commitf2e7f375da1d6fcd7a9f033a5acac7cdf154f5f3 (patch)
treedb2818d6a65cea5473c344a32579005fd92ad50b /PKGBUILD
parente69f589ac069420450ddb009e9740d1c72149096 (diff)
downloadaur-f2e7f375da1d6fcd7a9f033a5acac7cdf154f5f3.tar.gz
Bump to 0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26a1247f3ad2..13114c3981aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='pyocclient'
pkgname=('python-pyocclient' 'python2-pyocclient')
-pkgver='0.5'
+pkgver='0.6'
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=('6bb1ae269c29ffc760d00a3e8e8858c5f28cf32be3fbbaa971e10cd75b0c8bc3')
+sha256sums=('ec524bbabecd2ba00315f6517dc0628bb2c8c32d644a3c5dfc2f1e7d61eb65b4')
package_python-pyocclient() {
depends=('python' 'python-requests' 'python-six')