summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Santos2022-12-27 15:31:35 +0000
committerBruno Santos2022-12-27 15:31:35 +0000
commit06b314fe2e91a6f9e090aa3ab6c354d4079e96d3 (patch)
tree5b6d5d729ede04d670c9066413b07502c331261f /PKGBUILD
parent85dc2ae3f4d21357e53acd9b6aa2741931024447 (diff)
downloadaur-06b314fe2e91a6f9e090aa3ab6c354d4079e96d3.tar.gz
Update to v0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fa852a373d3..934d3a0a54e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.11.0
+pkgver=0.12.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=('91b6f035a9617ef18d759b1a03ff084831f451ccab4b9c815f5f4ae397d9557a')
+sha256sums=('12079fe1d548e8712952dd1dedae2ca0f02d8e8d02da9cac230c1d2f5e3038c6')
build() {
cd $srcdir/$upstream_name-$pkgver