summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alain TORET2019-11-12 14:10:45 +0100
committerPierre-Alain TORET2019-11-12 14:10:45 +0100
commit0892ce38e5fd0fdc7c278e14eb997144f202382c (patch)
treef82737b208189dd39b215c7984807136519e0b4c
parent0d703cb1963726283b61c843174130279018b7ba (diff)
downloadaur-0892ce38e5fd0fdc7c278e14eb997144f202382c.tar.gz
Update to 1.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c08a69505f4..4ae8480dfd63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-etesync-journal
pkgdesc = The server side implementation of the EteSync protocol.
- pkgver = 1.0.2
- pkgrel = 2
+ pkgver = 1.0.3
+ pkgrel = 1
url = https://pypi.org/project/django-etesync-journal/
arch = any
license = AGPL3
@@ -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.0.2.tar.gz
- sha256sums = 716df1fc8670c79750e8a1e736b69ddbdbd238237565874ea9648387cc50626e
+ source = https://files.pythonhosted.org/packages/source/d/django-etesync-journal/django-etesync-journal-1.0.3.tar.gz
+ sha256sums = a81674fab37913831c93107e3335030b0f8eeef074c0abb202aedc9b61a61bac
pkgname = python-django-etesync-journal
diff --git a/PKGBUILD b/PKGBUILD
index cba730bbb652..7a06cba4025f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
pkgname=('python-django-etesync-journal')
_name=${pkgname#python-}
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc="The server side implementation of the EteSync protocol."
arch=(any)
url="https://pypi.org/project/django-etesync-journal/"
@@ -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=('716df1fc8670c79750e8a1e736b69ddbdbd238237565874ea9648387cc50626e')
+sha256sums=('a81674fab37913831c93107e3335030b0f8eeef074c0abb202aedc9b61a61bac')
build() {
cd ${srcdir}/$_name-${pkgver}