summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Azzam2024-02-11 12:11:05 +0100
committerKevin Azzam2024-02-11 12:11:05 +0100
commitdd9202dba1f5802fa7aa44011c566f47ba278c1e (patch)
tree475a22261e561d51012a012e9390559d1a2d7c72 /PKGBUILD
parent8db0ff45639830e5e78bfc12869bf33d0d3d1f8b (diff)
downloadaur-dd9202dba1f5802fa7aa44011c566f47ba278c1e.tar.gz
Bump to v1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9442e9fc156b..90d7b9944528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pipname=django-widget-tweaks
pkgbase=python-django-widget-tweaks
pkgname=('python-django-widget-tweaks')
-pkgver=1.4.8
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
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=('0404c070c409735210a7c3da55ce52c4a11c48beb7ad046552ccde62598797c4')
+sha256sums=('ccf05e50a18431cde8d06ec170619bfb305025ab81fed85e68eb5c220fa9edeb')
build() {