summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Santos2020-04-26 18:23:40 +0100
committerBruno Santos2020-04-26 18:23:40 +0100
commit2bc02579b8f6be4426290f4495cb3b1ec63db385 (patch)
treedbd270bd13e45c8fd7f2e1f717e567cdf07407f5
parent714a1332a151314fae5e44ddd1607f452868a314 (diff)
downloadaur-2bc02579b8f6be4426290f4495cb3b1ec63db385.tar.gz
Update for v0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93f3cb537dd..4edaef0329ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sphinx-hawkmoth
pkgdesc = Sphinx autodoc C extension
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.5
+ pkgrel = 1
url = https://github.com/jnikula/hawkmoth
arch = i686
arch = x86_64
license = BSD2
depends = python-sphinx
depends = clang
- source = https://github.com/jnikula/hawkmoth/archive/v0.3.tar.gz
- md5sums = b72c47a44d482bc7894766ded4a779eb
+ source = https://github.com/jnikula/hawkmoth/archive/v0.5.tar.gz
+ md5sums = 2dfa6cb734e367eb9be36619d84d0b06
pkgname = python-sphinx-hawkmoth
diff --git a/PKGBUILD b/PKGBUILD
index 999cf3b3551a..dd7b1fe73091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.3
-pkgrel=2
+pkgver=0.5
+pkgrel=1
pkgdesc='Sphinx autodoc C extension'
arch=('i686' 'x86_64')
url='https://github.com/jnikula/hawkmoth'
license=('BSD2')
depends=('python-sphinx' 'clang')
source=('https://github.com/jnikula/hawkmoth/archive/v'$pkgver'.tar.gz')
-md5sums=('b72c47a44d482bc7894766ded4a779eb')
+md5sums=('2dfa6cb734e367eb9be36619d84d0b06')
package() {
dest=$pkgdir/usr/lib/python3.7/site-packages/$upstream_name