summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b5bf4a00f09..30b2a0533d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-wagtail'
_name=${pkgname#python-}
-pkgver='5.1.1'
+pkgver='5.1.2'
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=('211ff0cd7059f968a7fc4385503b20d801c1e68b56f5831e0a6a4fc600a5943f')
+sha256sums=('1f79d7810e27a644340016da7d02f860425f9ff78ace09706cc895f5e6610828')
build() {
cd "${srcdir}/${_name}-${pkgver}"