manuskript: update to 0.8.0.
This commit is contained in:
parent
539f429452
commit
69e11dfdfa
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'manuskript'
|
||||
pkgname=manuskript
|
||||
version=0.7.0
|
||||
version=0.8.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
pycompile_dirs="usr/share/$pkgname"
|
||||
pycompile_dirs="usr/share/${pkgname}"
|
||||
pycompile_version="$py3_ver"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-enchant python3-lxml python3-Markdown python3-PyQt5 qt5-svg"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.theologeek.ch/manuskript"
|
||||
distfiles="https://github.com/olivierkes/manuskript/archive/${version}.tar.gz"
|
||||
checksum=1acd6517a2781776e281fa3d5b3ee03a9eb3c9308f87fb2a36e6717d476f0085
|
||||
checksum=03b3e229894530d9dccd3f8b9898bdb201f748f9af8bb6875ea1f9fc9592fecf
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/manuskript
|
||||
|
|
Loading…
Reference in a new issue