summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Santos2021-03-13 13:23:32 +0000
committerBruno Santos2021-03-13 13:23:32 +0000
commitc2429664e413a48a79f1804aafd78276ffedec8f (patch)
tree7584785a83a21a28636eccb1a012d56633cfe92b /PKGBUILD
parent211097dfb18a24cd41fc8af2b9cce7d2d4873c91 (diff)
downloadaur-c2429664e413a48a79f1804aafd78276ffedec8f.tar.gz
Bump to 0.7.0 version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 404104ed2e6e..a8ed419203ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
upstream_name=hawkmoth
pkgname=python-sphinx-hawkmoth
-pkgver=0.5
-pkgrel=2
+pkgver=0.7.0
+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=('2dfa6cb734e367eb9be36619d84d0b06')
+sha256sums=('8441fa63be81a296670add71c485b5692464af83eb0339210b9a6a1b139fd298')
package() {
install -D -m644 $srcdir/$upstream_name-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"