community/sigil to 0.8.7-1

This commit is contained in:
Kevin Mihelich 2015-06-23 12:00:26 +00:00
parent 7d39047e80
commit 7bb00c649a

View file

@ -6,8 +6,8 @@
# - depend on xerces-c to avoid x86isms in bundled version
pkgname=sigil
pkgver=0.8.6
pkgrel=2
pkgver=0.8.7
pkgrel=1
pkgdesc="WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="https://github.com/user-none/Sigil/"
@ -16,7 +16,7 @@ depends=('qt5-webkit' 'boost-libs' 'python' 'hicolor-icon-theme' 'xerces-c')
makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake' 'boost')
install=sigil.install
source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip")
md5sums=('c32364fd891f562e259c50615191fc45')
md5sums=('1eae1cc28f46f3d0fad185a3b5e34025')
build() {
cd "${srcdir}/Sigil-${pkgver}"