mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:17:16 +08:00
django: update to 1.11.2
This commit is contained in:
parent
bcadc43cc7
commit
4eb14a2f9b
@ -1,14 +1,14 @@
|
|||||||
pkgbase=django
|
pkgbase=django
|
||||||
pkgname=('python3-django' 'python2-django')
|
pkgname=('python3-django' 'python2-django')
|
||||||
pkgver=1.11.1
|
pkgver=1.11.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
|
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
url="http://www.djangoproject.com/"
|
url="https://www.djangoproject.com/"
|
||||||
makedepends=('python2' 'python2-setuptools' 'python3' 'python3-setuptools')
|
makedepends=('python2' 'python2-setuptools' 'python3' 'python3-setuptools')
|
||||||
source=("https://www.djangoproject.com/m/releases/${pkgver:0:4}/Django-$pkgver.tar.gz")
|
source=("https://www.djangoproject.com/m/releases/${pkgver:0:4}/Django-$pkgver.tar.gz")
|
||||||
sha256sums=('bbcefdf822eeef2cd04718ebcc24dd2ecf47407258cfcde2b4f95df57ce33a8c')
|
sha256sums=('3c5b070482df4f9e5750539dc1824d353729ee423fd410c579b8cd3dea5b0617')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
|
cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
|
||||||
|
Loading…
Reference in New Issue
Block a user