mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/py-django-crispy-forms: fix source
This commit is contained in:
parent
9d9944f71b
commit
2958003c5f
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=py-django-crispy-forms
|
||||
pkgver=1.7.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Dry Django forms"
|
||||
url="https://github.com/django-crispy-forms"
|
||||
arch="noarch"
|
||||
@ -11,7 +11,7 @@ depends="py-django"
|
||||
makedepends="python2-dev python3-dev py-setuptools"
|
||||
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
|
||||
options="!check" #no testsuite
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/django-crispy-forms/$_pkgname/archive/$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/django-crispy-forms/django-crispy-forms/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir"/django-crispy-forms-$pkgver
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user