summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Santos2021-09-27 23:35:37 +0100
committerBruno Santos2021-09-27 23:35:37 +0100
commit046f1f1843cbef4edd6685e996657b4c49e9d25d (patch)
treef85f0254aeb89a4b4f4653087e798c47c701f103 /PKGBUILD
parentc2429664e413a48a79f1804aafd78276ffedec8f (diff)
downloadaur-046f1f1843cbef4edd6685e996657b4c49e9d25d.tar.gz
Bump to 0.8.0 version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8ed419203ac..afaf44c27e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc='Sphinx autodoc C extension'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/jnikula/hawkmoth'
license=('BSD2')
depends=('python-sphinx' 'clang')
source=('https://github.com/jnikula/hawkmoth/archive/v'$pkgver'.tar.gz')
-sha256sums=('8441fa63be81a296670add71c485b5692464af83eb0339210b9a6a1b139fd298')
+sha256sums=('caff752de4648cbf5317bbd8ebe3c60f6e744d1287a9c486a372cf64e4d25050')
package() {
install -D -m644 $srcdir/$upstream_name-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"