summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgetzze2023-12-07 23:08:11 +0000
committergetzze2023-12-07 23:08:11 +0000
commit79ffd05a2f9fb54968379b959b8198c5456949fe (patch)
tree6a4a73a8538fa9c91c6b1ba79626b21dc0ce24e1 /PKGBUILD
parent3d1b344eb50bee3e3026b6646727af42e58ce3e8 (diff)
downloadaur-python-django-dynamic-preferences.tar.gz
update 1.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')