summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2024-04-19 16:42:07 -0400
committerAlex Hirzel2024-04-19 16:42:07 -0400
commite35ccfc089f8e8f4c9d3526c0dc25f4c2934deb9 (patch)
treeac6fb8cedb948522ede81b2d8e15eb3f5b9c9ad7 /PKGBUILD
parentbfc56b33e9555cd165824453b268fd1e49a8fdc7 (diff)
downloadaur-python-wagtail.tar.gz
update to version 6.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a903ce27bc9..888895ce6f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-wagtail'
_name=${pkgname#python-}
-pkgver='6.0.1'
+pkgver='6.0.2'
pkgrel=1
pkgdesc="A Django content management system."
url="https://wagtail.org/"
@@ -24,7 +24,7 @@ makedepends=('python-installer' 'python-wheel')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('c366833c5eb0b827eefdbddfd3144a8fe7d31001b6fde79b212997174a361c6ef084a429da1dc4a1b8ef7ea9dc5359eaa05f325b6839469a283a39e522792112')
+sha512sums=('046e6af5d4f3bd26e21d0ba1c5f7e4dc72aa05fdbc3a4e950ec6a38628b235bc057e88f315a82892dbe7dbbcd556407e1835ccb4fe0a7b0e70eb065dcbccc899')
build() {
cd "${srcdir}/${_name}-${pkgver}"