summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Azzam2020-12-02 21:13:04 +0100
committerKevin Azzam2020-12-02 21:13:04 +0100
commit8db0ff45639830e5e78bfc12869bf33d0d3d1f8b (patch)
tree2bd52480b9b2adea60939a35734774700c698055
parentc72a5fc48cf878fd371c6687a451a1c35e353c36 (diff)
downloadaur-8db0ff45639830e5e78bfc12869bf33d0d3d1f8b.tar.gz
Rebuild for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ce46d8a84e..6183bebbd160 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.4.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jazzband/django-widget-tweaks/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 146b6ab883f0..9442e9fc156b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pipname=django-widget-tweaks
pkgbase=python-django-widget-tweaks
pkgname=('python-django-widget-tweaks')
pkgver=1.4.8
-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/"