summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2023-08-16 14:11:36 -0400
committerAlex Hirzel2023-08-16 14:11:36 -0400
commitbcba95c041281262cbfd2d06c451351d3cbcbbb8 (patch)
tree8948f26d69a1a6bd433fbfdc0b618d5d867504b0
parentcdd4efb61d50e770f9cce5d491bcc2385594c9bb (diff)
downloadaur-bcba95c041281262cbfd2d06c451351d3cbcbbb8.tar.gz
update to version 5.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 000c534567d6..d4e45d92cd90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wagtail
pkgdesc = A Django content management system.
- pkgver = 5.0.2
+ pkgver = 5.1.1
pkgrel = 1
url = https://wagtail.org/
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-wagtail
depends = python-requests
depends = python-setuptools
depends = python-willow
- source = https://files.pythonhosted.org/packages/source/w/wagtail/wagtail-5.0.2.tar.gz
- sha256sums = debd21df87a5db3445d65ffde12ef14e306a24f5ad490150bed556f0c8ead2bb
+ source = https://files.pythonhosted.org/packages/source/w/wagtail/wagtail-5.1.1.tar.gz
+ sha256sums = 211ff0cd7059f968a7fc4385503b20d801c1e68b56f5831e0a6a4fc600a5943f
pkgname = python-wagtail
depends = python-asgiref
diff --git a/PKGBUILD b/PKGBUILD
index 7b77c37a09f6..4b5bf4a00f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-wagtail'
_name=${pkgname#python-}
-pkgver='5.0.2'
+pkgver='5.1.1'
pkgrel=1
pkgdesc="A Django content management system."
url="https://wagtail.org/"
@@ -11,7 +11,7 @@ makedepends=()
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('debd21df87a5db3445d65ffde12ef14e306a24f5ad490150bed556f0c8ead2bb')
+sha256sums=('211ff0cd7059f968a7fc4385503b20d801c1e68b56f5831e0a6a4fc600a5943f')
build() {
cd "${srcdir}/${_name}-${pkgver}"