summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-11-06 22:26:25 +0100
committerNarrat2023-11-06 22:26:25 +0100
commit6e68e34f4ac4dba55913d434513cbcb17b69cf90 (patch)
tree74182b283e92312331bf7c73d077283c5b1fdfc5 /PKGBUILD
parent25375396b7e126d8d2e8bde58ad0d1155c14cfcc (diff)
downloadaur-python-django-taggit.tar.gz
python-django-taggit: update to 5.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b3b21e75fce..02690e6491a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-taggit
pkgname=python-${_name}
-pkgver=4.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="Simple tagging application for Django"
arch=('any')
@@ -12,7 +12,7 @@ license=('BSD')
depends=(python-django)
makedepends=(python-setuptools)
source=($pkgname-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz)
-sha256sums=('3fffde3126519d2466642eb86102d2b68414db66280134a563da31d808c456b4')
+sha256sums=('31c904449a9873ebd9b476e353af944f012ef34331a013caec884add50895d39')
build() {