community/sigil to 0.9.1-1

This commit is contained in:
Kevin Mihelich 2015-12-18 00:33:38 +00:00
parent 69f190c030
commit 9a65cb3f8a

View file

@ -6,8 +6,8 @@
# - depend on xerces-c to avoid x86isms in bundled version
pkgname=sigil
pkgver=0.9.0
pkgrel=2
pkgver=0.9.1
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=('a3be456087cd98bde72b08e20f22047c')
md5sums=('c38af97e79b362da5e2d09c40f8ff954')
build() {
cd "${srcdir}/Sigil-${pkgver}"