summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2020-02-09 09:52:21 +0000
committergetzze2020-02-09 09:52:21 +0000
commita3852de92d2f6fcd041289af531220f2a61fc60c (patch)
treec7d048f17af753d38e2d2c509821cea066993bb4
parent4e7652e1369c2783aeb8992bad4776286dfcaa97 (diff)
downloadaur-a3852de92d2f6fcd041289af531220f2a61fc60c.tar.gz
update 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96dd18340889..53dc8a2e24e0 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.8
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/EliotBerriot/django-dynamic-preferences
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-dynamic-preferences
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-django-dynamic-preferences-1.8.tar.gz::https://github.com/EliotBerriot/django-dynamic-preferences/archive/1.8.tar.gz
- sha256sums = febd60daba82bc9dfa6d394bd5033e923757e184b1767bcea7b6e59192d07014
+ source = python-django-dynamic-preferences-1.8.1.tar.gz::https://github.com/EliotBerriot/django-dynamic-preferences/archive/1.8.1.tar.gz
+ sha256sums = 06628ce33787535cf4c1ec6eb1b110e9f2fb87f8c52af5277b9b7e47f290909f
pkgname = python-django-dynamic-preferences
depends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 7b9716d55d5c..11cda2d1a4b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname=('python-django-dynamic-preferences' 'python2-django-dynamic-preferences')
-pkgver=1.8
+pkgver=1.8.1
pkgrel=1
pkgdesc="Dynamic global and instance settings for your django project"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/EliotBerriot/django-dynamic-preferences"
license=('BSD')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('febd60daba82bc9dfa6d394bd5033e923757e184b1767bcea7b6e59192d07014')
+sha256sums=('06628ce33787535cf4c1ec6eb1b110e9f2fb87f8c52af5277b9b7e47f290909f')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-dynamic-preferences() {