summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Azzam2018-04-04 11:05:09 +0200
committerKevin Azzam2018-04-04 11:05:09 +0200
commit0f2e3bf82cffaad56f7d1c69901131f87b66d1fa (patch)
tree67ad26b5b15c723a19bf6e027bb1dc2b28a63019
parent1b5960df82c53b0ba328d5623116ca35df1f8705 (diff)
downloadaur-0f2e3bf82cffaad56f7d1c69901131f87b66d1fa.tar.gz
Bump version to v1.2.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b61332aa07..8ad372d1a7ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Nov 14 15:30:29 UTC 2017
+# Wed Apr 4 09:04:40 UTC 2018
pkgbase = python-django-storage-swift
pkgdesc = OpenStack Swift storage backend for Django
- pkgver = 1.2.17
+ pkgver = 1.2.19
pkgrel = 1
url = https://github.com/dennisv/django-storage-swift/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-django
- source = https://files.pythonhosted.org/packages/source/d/django-storage-swift/django-storage-swift-1.2.17.tar.gz
- sha256sums = 6a51ebd39ca6dcfdbdabbc70e8842da9ed8db59dfe03b914aabdc2922bd2dd61
+ source = https://files.pythonhosted.org/packages/source/d/django-storage-swift/django-storage-swift-1.2.19.tar.gz
+ sha256sums = db3e2c231d927d17e1c25a4c2c3dda9aa82d001eaf6364d2b7447306cfc03e01
pkgname = python-django-storage-swift
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 5f3afb71e1ba..951e7bbe73be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pipname=django-storage-swift
pkgbase=python-django-storage-swift
pkgname=('python-django-storage-swift')
-pkgver=1.2.17
+pkgver=1.2.19
pkgrel=1
pkgdesc="OpenStack Swift storage backend for Django"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/dennisv/django-storage-swift/"
license=('MIT')
makedepends=('python-setuptools' 'python-django')
source=("https://files.pythonhosted.org/packages/source/d/django-storage-swift/django-storage-swift-${pkgver}.tar.gz")
-sha256sums=('6a51ebd39ca6dcfdbdabbc70e8842da9ed8db59dfe03b914aabdc2922bd2dd61')
+sha256sums=('db3e2c231d927d17e1c25a4c2c3dda9aa82d001eaf6364d2b7447306cfc03e01')
build() {