aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-django-crispy-forms
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-django-crispy-forms')
-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() {