summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Azzam2024-02-11 13:07:26 +0100
committerKevin Azzam2024-02-11 13:08:32 +0100
commit39b119aa90ea2701dc00672ff27e8fd30c79d0cc (patch)
tree3bb121b490a5f46ce542929c8e287ad0f13f64a7
parentdd9202dba1f5802fa7aa44011c566f47ba278c1e (diff)
downloadaur-python-django-widget-tweaks.tar.gz
Prefer PyPI's tarball over GitHub's
It includes metadata required for installation.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76bf55ea25c..5ece90f78401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-django-widget-tweaks
pkgdesc = Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jazzband/django-widget-tweaks/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-django
- source = https://github.com/jazzband/django-widget-tweaks/archive/1.5.0.tar.gz
- sha256sums = ccf05e50a18431cde8d06ec170619bfb305025ab81fed85e68eb5c220fa9edeb
+ source = https://files.pythonhosted.org/packages/a5/fe/26eb92fba83844e71bbec0ced7fc2e843e5990020e3cc676925204031654/django-widget-tweaks-1.5.0.tar.gz
+ sha256sums = 1c2180681ebb994e922c754804c7ffebbe1245014777ac47897a81f57cc629c7
pkgname = python-django-widget-tweaks
depends = python-django
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() {