summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2020-12-05 10:49:37 +0100
committerJoffrey2020-12-05 10:49:37 +0100
commit0e7cfd3dc77e85b2e8bf90a38e155d04d99fafbc (patch)
treef2953b7e1f1d2492867c2fc2608030e318b9f874
parentf4ab406fccb8b5e10856a498119cd318d282c829 (diff)
downloadaur-0e7cfd3dc77e85b2e8bf90a38e155d04d99fafbc.tar.gz
updpkg: 2.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e2490b30409..07574f00ec30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-constance
pkgdesc = Dynamic Django settings
- pkgver = 2.6.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/jazzband/django-constance
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-django-constance
depends = python-django
optdepends = python-django-picklefield: Database support
optdepends = python-redis: Redis support
- source = python-django-constance-2.6.0.tar.gz::https://github.com/jazzband/django-constance/archive/2.6.0.tar.gz
- sha256sums = c68091e74475cbfb2d67adeebe8cc028b04cf37588c4993c0972df63b8b507dd
+ source = python-django-constance-2.8.0.tar.gz::https://github.com/jazzband/django-constance/archive/2.8.0.tar.gz
+ sha256sums = 5de358f764f1dd99771d97a20b3e4525bd7574ef24e038691e8cbf1bfb085d59
pkgname = python-django-constance
diff --git a/PKGBUILD b/PKGBUILD
index 878a1534920d..8dc0f7014b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joffrey <j-off@live.fr>
-pkgname='python-django-constance'
-pkgver=2.6.0
+pkgname=python-django-constance
+pkgver=2.8.0
pkgrel=1
pkgdesc='Dynamic Django settings'
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
'python-redis: Redis support'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('c68091e74475cbfb2d67adeebe8cc028b04cf37588c4993c0972df63b8b507dd')
+sha256sums=('5de358f764f1dd99771d97a20b3e4525bd7574ef24e038691e8cbf1bfb085d59')
package() {
cd "$srcdir/django-constance-$pkgver"