summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alain TORET2020-01-24 09:52:55 +0100
committerPierre-Alain TORET2020-01-24 09:52:55 +0100
commit2d56cac42e34af6e083c0fa3651d3daf4de99e43 (patch)
tree97ef496824afea4b824e8a96704a5e28d3bdbec3
parent838a477df2a1efeaa445c95f1a100155d6efb031 (diff)
downloadaur-2d56cac42e34af6e083c0fa3651d3daf4de99e43.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26ccaad5dab9..9c8f8c26f703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-etesync-journal
pkgdesc = The server side implementation of the EteSync protocol.
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://pypi.org/project/django-etesync-journal/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-django-etesync-journal
depends = python-django-rest-framework
depends = python-drf-nested-routers
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/d/django-etesync-journal/django-etesync-journal-1.1.0.tar.gz
- sha256sums = 7705ed5b0c8afd79c82d5662bb6d985439f32208ce572f0c914da69c7aa6a66f
+ source = https://files.pythonhosted.org/packages/source/d/django-etesync-journal/django-etesync-journal-1.2.0.tar.gz
+ sha256sums = 1b481f592217186482be9faee686f0c132790db4177deb1f5152b73e99ac6338
pkgname = python-django-etesync-journal
diff --git a/PKGBUILD b/PKGBUILD
index 32270fa15c13..8c1def519027 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.1.0
+pkgver=1.2.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=('7705ed5b0c8afd79c82d5662bb6d985439f32208ce572f0c914da69c7aa6a66f')
+sha256sums=('1b481f592217186482be9faee686f0c132790db4177deb1f5152b73e99ac6338')
build() {
cd ${srcdir}/$_name-${pkgver}