summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Azzam2024-02-11 13:07:26 +0100
committerKevin Azzam2024-02-11 13:08:32 +0100
commit39b119aa90ea2701dc00672ff27e8fd30c79d0cc (patch)
tree3bb121b490a5f46ce542929c8e287ad0f13f64a7 /PKGBUILD
parentdd9202dba1f5802fa7aa44011c566f47ba278c1e (diff)
downloadaur-python-django-widget-tweaks.tar.gz
Prefer PyPI's tarball over GitHub's
It includes metadata required for installation.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90d7b9944528..65508b673269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _pipname=django-widget-tweaks
pkgbase=python-django-widget-tweaks
pkgname=('python-django-widget-tweaks')
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered."
arch=('any')
url="https://github.com/jazzband/django-widget-tweaks/"
license=('MIT')
makedepends=('python-setuptools' 'python-django')
-source=("https://github.com/jazzband/django-widget-tweaks/archive/${pkgver}.tar.gz")
-sha256sums=('ccf05e50a18431cde8d06ec170619bfb305025ab81fed85e68eb5c220fa9edeb')
+source=("https://files.pythonhosted.org/packages/a5/fe/26eb92fba83844e71bbec0ced7fc2e843e5990020e3cc676925204031654/${_pipname}-${pkgver}.tar.gz")
+sha256sums=('1c2180681ebb994e922c754804c7ffebbe1245014777ac47897a81f57cc629c7')
build() {