summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cddb3c77820..997e45d46f3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-hawkmoth
pkgdesc = Sphinx autodoc C extension
- pkgver = 0.14.0
+ pkgver = 0.16.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.14.0.tar.gz
- sha256sums = 05ac5cf1404e269c4a7aa9664be4c5fbe6ba0bb25787d4a314ecb84f25a86ec4
+ source = https://github.com/jnikula/hawkmoth/archive/v0.16.0.tar.gz
+ sha256sums = ae383e3f3c075c4dadb92f3683fc55d4d3197508ae4840139fe2b9aad24def7d
pkgname = python-sphinx-hawkmoth
diff --git a/PKGBUILD b/PKGBUILD
index 34275bc2ffd4..4e6ad7929e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.14.0
+pkgver=0.16.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=('05ac5cf1404e269c4a7aa9664be4c5fbe6ba0bb25787d4a314ecb84f25a86ec4')
+sha256sums=('ae383e3f3c075c4dadb92f3683fc55d4d3197508ae4840139fe2b9aad24def7d')
build() {
cd $srcdir/$upstream_name-$pkgver