summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Santos2021-09-30 14:53:29 +0100
committerBruno Santos2021-09-30 14:53:29 +0100
commitf8ce49cc59ae3f5768db5c9bee52af4574acad61 (patch)
tree2e14e08fd5fd777831f69bc655c1d655e30ee1f2 /PKGBUILD
parent259367da1568cb8e1aac358836d0ff5a8f4caf49 (diff)
downloadaur-f8ce49cc59ae3f5768db5c9bee52af4574acad61.tar.gz
Update to v0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a67bdcd3a51..a808cd264955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc='Sphinx autodoc C extension'
arch=('i686' 'x86_64')
url='https://github.com/jnikula/hawkmoth'
@@ -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=('caff752de4648cbf5317bbd8ebe3c60f6e744d1287a9c486a372cf64e4d25050')
+sha256sums=('c17c1cb39df5e1db6bb2acb793ef2e593cf3c6b0c65bab18bde019ae3cc0ee97')
build() {
cd $srcdir/$upstream_name-$pkgver