summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alain TORET2020-01-21 11:36:02 +0100
committerPierre-Alain TORET2020-01-21 11:36:02 +0100
commite0466d4662e2a3c03c2ca3c97b017c21fc217bbb (patch)
tree4a0991bae446484f0cb1d7d093fde0bea8f2c488
parent0892ce38e5fd0fdc7c278e14eb997144f202382c (diff)
downloadaur-e0466d4662e2a3c03c2ca3c97b017c21fc217bbb.tar.gz
Update to 1.1.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a06cba4025f..32270fa15c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
pkgname=('python-django-etesync-journal')
_name=${pkgname#python-}
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc="The server side implementation of the EteSync protocol."
arch=(any)
@@ -13,7 +13,7 @@ depends=('python-django'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('a81674fab37913831c93107e3335030b0f8eeef074c0abb202aedc9b61a61bac')
+sha256sums=('7705ed5b0c8afd79c82d5662bb6d985439f32208ce572f0c914da69c7aa6a66f')
build() {
cd ${srcdir}/$_name-${pkgver}