summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 261363b0ebf1..768bbd9daa5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-dynamic-preferences
pkgdesc = Dynamic global and instance settings for your django project
- pkgver = 1.15.0
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/agateblue/django-dynamic-preferences
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-django-dynamic-preferences
depends = python-django
depends = python-persisting-theory
options = !emptydirs
- source = python-django-dynamic-preferences-1.15.0.tar.gz::https://github.com/agateblue/django-dynamic-preferences/archive/1.15.0.tar.gz
- sha256sums = 547917f83580e07ffc8df08c768f0cbadeee87713f64cc23b7ec123b246914e8
+ source = python-django-dynamic-preferences-1.16.0.tar.gz::https://github.com/agateblue/django-dynamic-preferences/archive/1.16.0.tar.gz
+ sha256sums = 4659939d03f28fcd699c8ab892cdaabeb5f2a289f268d58cfef9c8ab37f56b20
pkgname = python-django-dynamic-preferences
diff --git a/PKGBUILD b/PKGBUILD
index 26a632e4ba54..d644adbd345e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname='python-django-dynamic-preferences'
-pkgver=1.15.0
+pkgver=1.16.0
pkgrel=1
pkgdesc="Dynamic global and instance settings for your django project"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/agateblue/django-dynamic-preferences"
license=('BSD')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('547917f83580e07ffc8df08c768f0cbadeee87713f64cc23b7ec123b246914e8')
+sha256sums=('4659939d03f28fcd699c8ab892cdaabeb5f2a289f268d58cfef9c8ab37f56b20')
makedepends=('python-setuptools')
depends=('python-wheel' 'python-django' 'python-persisting-theory')