summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2018-09-15 14:40:09 +0000
committerJoffrey2018-09-15 14:40:09 +0000
commit349ef3be77dfc9055c3d14a785f8926e6f411362 (patch)
treef13c537ea7a33ab0b9d77ae089d0b51caa8de4ca
parentc15d5986610048ab8f0c0d779c6c4bd1b0faf159 (diff)
downloadaur-349ef3be77dfc9055c3d14a785f8926e6f411362.tar.gz
updpkg: 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee34419b27af..6ef6a3dd38b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-django-constance
pkgdesc = Dynamic Django settings
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/jazzband/django-constance
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/jazzband/django-constance/archive/2.2.0.tar.gz
- sha256sums = 4e2bb9a19cbc91eccda13464e2f9db810eadb42672bb4eb1c2160e1fe5ede45f
+ source = https://github.com/jazzband/django-constance/archive/2.3.0.tar.gz
+ sha256sums = 2a2eab901cf8d1c40032759b5764504e44c0f84c70c3b014639263a6cbc31063
pkgname = python2-django-constance
depends = python2-django
diff --git a/PKGBUILD b/PKGBUILD
index bbdd159a7479..0833cd10f9d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python2-django-constance' 'python-django-constance')
pkgbase='python-django-constance'
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc='Dynamic Django settings'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/jazzband/django-constance'
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/jazzband/django-constance/archive/$pkgver.tar.gz")
-sha256sums=('4e2bb9a19cbc91eccda13464e2f9db810eadb42672bb4eb1c2160e1fe5ede45f')
+sha256sums=('2a2eab901cf8d1c40032759b5764504e44c0f84c70c3b014639263a6cbc31063')
package_python-django-constance() {
depends=('python-django')