summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alain TORET2019-05-01 08:28:09 +0200
committerPierre-Alain TORET2019-05-01 08:28:09 +0200
commit5c2effd8c9e05627e3dc65026d7f75c2b0a6eab5 (patch)
tree778ec50e1a888d928fde29ed8a6b5dde38ffd75d
parent245ece64b64de6ef5d5e454b7ac481e60b85a8fb (diff)
downloadaur-5c2effd8c9e05627e3dc65026d7f75c2b0a6eab5.tar.gz
Update to 1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 559caf4cfe51..c3dfe5bde123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-django-etesync-journal
pkgdesc = The server side implementation of the EteSync protocol.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://pypi.org/project/django-etesync-journal/
arch = any
license = AGPL3
makedepends = python-setuptools
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/d/django-etesync-journal/django-etesync-journal-1.0.1.tar.gz
- sha256sums = 1d995e0c415e6bb059104262445f4a778776345c70032f06b61894eef23f65a5
+ source = https://files.pythonhosted.org/packages/source/d/django-etesync-journal/django-etesync-journal-1.0.2.tar.gz
+ sha256sums = 716df1fc8670c79750e8a1e736b69ddbdbd238237565874ea9648387cc50626e
pkgname = python-django-etesync-journal
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() {