summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2016-04-21 18:56:59 +0200
committerSimon Hanna2016-04-21 18:56:59 +0200
commitff06dcaf192e0f603e2a585f845b7b0dea6d4e5d (patch)
tree0ccaddaac2bbef436a2a44a88f7be8f482cc67b6
parent6ce03347444b32e5b291e2a24edd1d51e08d419e (diff)
downloadaur-ff06dcaf192e0f603e2a585f845b7b0dea6d4e5d.tar.gz
upgpkg: python-django-appconf 1.0.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438da831a9a9..b00f53b80b6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-appconf
pkgdesc = A helper class for handling configuration defaults of packaged Django apps gracefully
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/django-compressor/django-appconf
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-appconf
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/django-compressor/django-appconf/archive/v1.0.1.tar.gz
- sha256sums = 1574e5cbdc402d5e8e7b078513c1083a168c746282e50c06fbe10c98f97aee89
+ source = https://github.com/django-compressor/django-appconf/archive/v1.0.2.tar.gz
+ sha256sums = 7ed2a219b0195d13c7f7e82d77710c3a3478c997049a3749aaf16a319a084933
pkgname = python-django-appconf
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 7868a917e762..4318ffa9ec28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-django-appconf' 'python2-django-appconf')
_pkgbase='django-appconf'
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A helper class for handling configuration defaults of packaged Django apps gracefully"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/django-compressor/django-appconf"
license=('BSD')
options=(!emptydirs)
source=("https://github.com/django-compressor/django-appconf/archive/v${pkgver}.tar.gz")
-sha256sums=('1574e5cbdc402d5e8e7b078513c1083a168c746282e50c06fbe10c98f97aee89')
+sha256sums=('7ed2a219b0195d13c7f7e82d77710c3a3478c997049a3749aaf16a319a084933')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-appconf() {