summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Santos2024-04-16 09:40:52 +0100
committerBruno Santos2024-04-16 09:40:52 +0100
commit09a3171118de7a9b9837100f05adfba1041e9e6b (patch)
tree689e9da0275513cbd0fdc36ca8dba2ea250bc528
parentd6e126cd6bba58c6088acecc80aedb5700e9aaef (diff)
downloadaur-python-sphinx-hawkmoth.tar.gz
Update to v0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c7d8b8f1cf..33152c9149f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-hawkmoth
pkgdesc = Sphinx autodoc C extension
- pkgver = 0.17.0
+ pkgver = 0.18.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.17.0.tar.gz
- sha256sums = 5fd94e7db6497f562b82e7003052920588f596837b250e3c3655eefeafc74cb4
+ source = https://github.com/jnikula/hawkmoth/archive/v0.18.0.tar.gz
+ sha256sums = 2eaabde9a74c4dce87e338ed2c33b555f3159ca2ea63346842f3df770cf3211a
pkgname = python-sphinx-hawkmoth
diff --git a/PKGBUILD b/PKGBUILD
index c3c49d95aa22..dcd5406d6681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.17.0
+pkgver=0.18.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=('5fd94e7db6497f562b82e7003052920588f596837b250e3c3655eefeafc74cb4')
+sha256sums=('2eaabde9a74c4dce87e338ed2c33b555f3159ca2ea63346842f3df770cf3211a')
build() {
cd $srcdir/$upstream_name-$pkgver