summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Santos2022-10-17 08:24:03 +0100
committerBruno Santos2022-10-17 08:24:03 +0100
commit85dc2ae3f4d21357e53acd9b6aa2741931024447 (patch)
treed8264b6d92994b8e7c2df2f30d411ff6906c34c9
parentf8ce49cc59ae3f5768db5c9bee52af4574acad61 (diff)
downloadaur-85dc2ae3f4d21357e53acd9b6aa2741931024447.tar.gz
Update to v0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 382b058dad0b..98c19945390a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-hawkmoth
pkgdesc = Sphinx autodoc C extension
- pkgver = 0.9.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/jnikula/hawkmoth
arch = i686
@@ -11,7 +11,7 @@ pkgbase = python-sphinx-hawkmoth
makedepends = python-wheel
depends = python-sphinx
depends = clang
- source = https://github.com/jnikula/hawkmoth/archive/v0.9.0.tar.gz
- sha256sums = c17c1cb39df5e1db6bb2acb793ef2e593cf3c6b0c65bab18bde019ae3cc0ee97
+ source = https://github.com/jnikula/hawkmoth/archive/v0.11.0.tar.gz
+ sha256sums = 91b6f035a9617ef18d759b1a03ff084831f451ccab4b9c815f5f4ae397d9557a
pkgname = python-sphinx-hawkmoth
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