django: update to 1.10.3

This commit is contained in:
gnastyle 2016-11-05 12:35:15 +01:00
parent cd37a0c53c
commit 75f5d6af7b

View File

@ -1,6 +1,6 @@
pkgbase=django
pkgname=('python3-django' 'python2-django')
pkgver=1.10.2
pkgver=1.10.3
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
@ -8,7 +8,7 @@ license=('BSD')
url="http://www.djangoproject.com/"
makedepends=('python2' 'python2-setuptools' 'python3' 'python3-setuptools')
source=("https://www.djangoproject.com/m/releases/${pkgver:0:4}/Django-$pkgver.tar.gz")
sha256sums=('e127f12a0bfb34843b6e8c82f91e26fff6445a7ca91d222c0794174cf97cbce1')
sha256sums=('6f92f08dee8a1bd7680e098a91bf5acd08b5cdfe74137f695b60fd79f4478c30')
prepare() {
cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"