summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-10 22:12:25 +0100
committerFelix Golatofski2020-02-10 22:12:25 +0100
commit3dcc5c77b6680fad7cfb4ec249c299b73a06a183 (patch)
treeca2a431f79f5e069a4e9c02ed11eb6a829460ea2
parent2409e2b93b4993a8447dab3bffcd410b8418d8ad (diff)
downloadaur-3dcc5c77b6680fad7cfb4ec249c299b73a06a183.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e117a4b740..d224696691d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hawkmoth
pkgdesc = Sphinx autodoc C extension
- pkgver = latest
+ pkgver = 0.5
pkgrel = 2
url = https://github.com/jnikula/hawkmoth
arch = i686
@@ -9,7 +9,7 @@ pkgbase = hawkmoth
depends = python-sphinx
depends = clang
source = git+https://github.com/jnikula/hawkmoth
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = hawkmoth
diff --git a/PKGBUILD b/PKGBUILD
index 26a155a58c42..319346d5539d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# package will eventually transition to a stable release.
pkgname=hawkmoth
-pkgver=latest
+pkgver=0.5
pkgrel=2
pkgdesc='Sphinx autodoc C extension'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='https://github.com/jnikula/hawkmoth'
license=('BSD2')
depends=('python-sphinx' 'clang')
source=('git+https://github.com/jnikula/hawkmoth')
-md5sums=('SKIP')
+sha512sums=('SKIP')
package() {
dest=$pkgdir/usr/lib/python3.7/site-packages/$pkgname