summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Santos2022-10-17 08:24:03 +0100
committerBruno Santos2022-10-17 08:24:03 +0100
commit85dc2ae3f4d21357e53acd9b6aa2741931024447 (patch)
treed8264b6d92994b8e7c2df2f30d411ff6906c34c9 /PKGBUILD
parentf8ce49cc59ae3f5768db5c9bee52af4574acad61 (diff)
downloadaur-85dc2ae3f4d21357e53acd9b6aa2741931024447.tar.gz
Update to v0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a808cd264955..3fa852a373d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.9.0
+pkgver=0.11.0
pkgrel=1
pkgdesc='Sphinx autodoc C extension'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('BSD2')
depends=('python-sphinx' 'clang')
makedepends=('python-build' 'python-install' 'python-wheel')
source=('https://github.com/jnikula/hawkmoth/archive/v'$pkgver'.tar.gz')
-sha256sums=('c17c1cb39df5e1db6bb2acb793ef2e593cf3c6b0c65bab18bde019ae3cc0ee97')
+sha256sums=('91b6f035a9617ef18d759b1a03ff084831f451ccab4b9c815f5f4ae397d9557a')
build() {
cd $srcdir/$upstream_name-$pkgver