community/sigil to 0.9.8-1

This commit is contained in:
Kevin Mihelich 2017-03-22 12:19:46 +00:00
parent 68f0a91278
commit 1236eecfe5

View file

@ -6,8 +6,8 @@
# - depend on xerces-c to avoid x86isms in bundled version
pkgname=sigil
pkgver=0.9.7
pkgrel=3
pkgver=0.9.8
pkgrel=1
pkgdesc="WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="http://sigil-ebook.com/"
@ -16,7 +16,7 @@ depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 'hun
makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
install=sigil.install
source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip")
md5sums=('bbf90064d088c21eb4021980e5cd0d29')
md5sums=('478222c6d79b20ff8e596da78069c1b3')
build() {
cd "${srcdir}/Sigil-${pkgver}"