summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-11-06 22:26:25 +0100
committerNarrat2023-11-06 22:26:25 +0100
commit6e68e34f4ac4dba55913d434513cbcb17b69cf90 (patch)
tree74182b283e92312331bf7c73d077283c5b1fdfc5
parent25375396b7e126d8d2e8bde58ad0d1155c14cfcc (diff)
downloadaur-python-django-taggit.tar.gz
python-django-taggit: update to 5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6b223e666d..46ca62a31290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-django-taggit
pkgdesc = Simple tagging application for Django
- pkgver = 4.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = https://github.com/jazzband/django-taggit/
arch = any
license = BSD
makedepends = python-setuptools
depends = python-django
- source = python-django-taggit-4.0.0.tar.gz::https://github.com/jazzband/django-taggit//archive/4.0.0.tar.gz
- sha256sums = 3fffde3126519d2466642eb86102d2b68414db66280134a563da31d808c456b4
+ source = python-django-taggit-5.0.1.tar.gz::https://github.com/jazzband/django-taggit//archive/5.0.1.tar.gz
+ sha256sums = 31c904449a9873ebd9b476e353af944f012ef34331a013caec884add50895d39
pkgname = python-django-taggit
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() {