community/sigil to 0.9.3-1

This commit is contained in:
Jason Plum 2016-02-17 14:05:35 -05:00
parent eb82c316da
commit cd053c553c

View file

@ -6,7 +6,7 @@
# - depend on xerces-c to avoid x86isms in bundled version
pkgname=sigil
pkgver=0.9.2
pkgver=0.9.3
pkgrel=1
pkgdesc="WYSIWYG ebook editor"
arch=('i686' 'x86_64')
@ -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=('a5b2417af983242331cd01f88dae8399')
md5sums=('59eea7600a42cfc6a317af0d9a1e4f0e')
build() {
cd "${srcdir}/Sigil-${pkgver}"