summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fab331dfa9d..271cec687e3d 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.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="The server side implementation of the EteSync protocol."
arch=(any)
@@ -9,7 +9,7 @@ url="https://pypi.org/project/django-etesync-journal/"
license=('AGPL3')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('1d995e0c415e6bb059104262445f4a778776345c70032f06b61894eef23f65a5')
+sha256sums=('716df1fc8670c79750e8a1e736b69ddbdbd238237565874ea9648387cc50626e')
makedepends=('python-setuptools')
build() {