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 a4c8102cf430..3385f5bffbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Nathan Owens <ndowens @ artixlinux.org>
pkgname=python-sphinx-sitemap
-pkgver=2.2.0
+pkgver=2.4.0
pkgrel=2
pkgdesc="Sphinx extension to silently generate a sitemap for HTML builds"
url="https://github.com/jdillard/sphinx-sitemap"
@@ -12,7 +12,7 @@ arch=('any')
depends=('python-sphinx' 'python-six')
makedepends=('python-setuptools' 'git')
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('fe4a7c2c3c654b3caa5b64c7268cc664b3741d001bf3f78640f523b0b9cf1f117ee58360632114d74cbc7022cc864ad6d4e9a257076ca1e83ecab5545e7492b2')
+sha512sums=('220a528de097d4d850de2f57eeb1566b0ad96a08cbdaa0b6e082eb6d55d7c019347ecc1a595c8bf0cec765a045534e6d7e064ce4a66958be1fa72191fcc32e62')
build() {
cd "$srcdir/sphinx-sitemap-$pkgver"