summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd1b8dd120f2..093d4dd31fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = python-django-storage-swift
pkgdesc = OpenStack Swift storage backend for Django
- pkgver = 1.2.19
- pkgrel = 3
+ pkgver = 1.3.0
+ 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.19.tar.gz
- sha256sums = db3e2c231d927d17e1c25a4c2c3dda9aa82d001eaf6364d2b7447306cfc03e01
+ source = https://files.pythonhosted.org/packages/source/d/django-storage-swift/django-storage-swift-1.3.0.tar.gz
+ sha256sums = fab79c16a96da0672f039c5e70373b40eb7a324cfec71a605e1f956422cd0899
pkgname = python-django-storage-swift
depends = python-django
depends = python-swiftclient
depends = python-magic
-
diff --git a/PKGBUILD b/PKGBUILD
index 86f20ef6c092..4fcb3c1ac7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pipname=django-storage-swift
pkgbase=python-django-storage-swift
pkgname=('python-django-storage-swift')
-pkgver=1.2.19
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc="OpenStack Swift storage backend for Django"
arch=('any')
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=('db3e2c231d927d17e1c25a4c2c3dda9aa82d001eaf6364d2b7447306cfc03e01')
+sha256sums=('fab79c16a96da0672f039c5e70373b40eb7a324cfec71a605e1f956422cd0899')
build() {