summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Santos2023-12-17 14:11:26 +0000
committerBruno Santos2023-12-17 14:11:26 +0000
commitd6e126cd6bba58c6088acecc80aedb5700e9aaef (patch)
tree1b89692abf3b5058bbea9a981d5bed08b7c8c375
parentee1311a285d12a494e48ef92729204b9eaa578ab (diff)
downloadaur-d6e126cd6bba58c6088acecc80aedb5700e9aaef.tar.gz
Update to v0.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997e45d46f3b..85c7d8b8f1cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-hawkmoth
pkgdesc = Sphinx autodoc C extension
- pkgver = 0.16.0
+ pkgver = 0.17.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.16.0.tar.gz
- sha256sums = ae383e3f3c075c4dadb92f3683fc55d4d3197508ae4840139fe2b9aad24def7d
+ source = https://github.com/jnikula/hawkmoth/archive/v0.17.0.tar.gz
+ sha256sums = 5fd94e7db6497f562b82e7003052920588f596837b250e3c3655eefeafc74cb4
pkgname = python-sphinx-hawkmoth
diff --git a/PKGBUILD b/PKGBUILD
index 37a4546a67bd..c3c49d95aa22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.16.0
+pkgver=0.17.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-installer' 'python-wheel')
source=('https://github.com/jnikula/hawkmoth/archive/v'$pkgver'.tar.gz')
-sha256sums=('ae383e3f3c075c4dadb92f3683fc55d4d3197508ae4840139fe2b9aad24def7d')
+sha256sums=('5fd94e7db6497f562b82e7003052920588f596837b250e3c3655eefeafc74cb4')
build() {
cd $srcdir/$upstream_name-$pkgver