aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-django-crispy-forms/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-12-21 11:09:47 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-12-21 11:09:47 +0000
commit2958003c5f7fd26af8492cbcfd934f9704da7ec0 (patch)
tree90e10145b96b4cc6677147a1740dc0464b70704a /testing/py-django-crispy-forms/APKBUILD
parent9d9944f71b21f077461ef2a3062de5b31e7b66c4 (diff)
downloadaports-2958003c5f7fd26af8492cbcfd934f9704da7ec0.tar.bz2
aports-2958003c5f7fd26af8492cbcfd934f9704da7ec0.tar.xz
testing/py-django-crispy-forms: fix source
Diffstat (limited to 'testing/py-django-crispy-forms/APKBUILD')
-rw-r--r--testing/py-django-crispy-forms/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-django-crispy-forms/APKBUILD b/testing/py-django-crispy-forms/APKBUILD
index e234bda4e7..7e5aea43e8 100644
--- a/testing/py-django-crispy-forms/APKBUILD
+++ b/testing/py-django-crispy-forms/APKBUILD
@@ -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() {