summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-14 15:50:09 +0200
committerSimon Hanna2015-09-14 15:50:09 +0200
commit6ce03347444b32e5b291e2a24edd1d51e08d419e (patch)
tree53664194631a23b7ecdf2707d19280a600a85454
parentd22adf3364d3ef299f02175264a6035fbdb14a38 (diff)
downloadaur-6ce03347444b32e5b291e2a24edd1d51e08d419e.tar.gz
upgpkg: python-django-appconf 1.0.1-1
developlment moved to django-compressor/django-appconf
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f664643dcf2..438da831a9a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = python-django-appconf
pkgdesc = A helper class for handling configuration defaults of packaged Django apps gracefully
pkgver = 1.0.1
pkgrel = 1
- url = https://github.com/jezdez-archive/django-appconf
+ url = https://github.com/django-compressor/django-appconf
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/jezdez-archive/django-appconf/archive/v1.0.1.tar.gz
+ source = https://github.com/django-compressor/django-appconf/archive/v1.0.1.tar.gz
sha256sums = 1574e5cbdc402d5e8e7b078513c1083a168c746282e50c06fbe10c98f97aee89
pkgname = python-django-appconf
diff --git a/PKGBUILD b/PKGBUILD
index 47975f5a88d4..7868a917e762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgver=1.0.1
pkgrel=1
pkgdesc="A helper class for handling configuration defaults of packaged Django apps gracefully"
arch=(any)
-url="https://github.com/jezdez-archive/django-appconf"
+url="https://github.com/django-compressor/django-appconf"
license=('BSD')
options=(!emptydirs)
-source=("https://github.com/jezdez-archive/django-appconf/archive/v${pkgver}.tar.gz")
+source=("https://github.com/django-compressor/django-appconf/archive/v${pkgver}.tar.gz")
sha256sums=('1574e5cbdc402d5e8e7b078513c1083a168c746282e50c06fbe10c98f97aee89')
makedepends=('python-setuptools' 'python2-setuptools')