From 7bb00c649ae63a6a8094c55b2460c114034af4fe Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 23 Jun 2015 12:00:26 +0000 Subject: [PATCH] community/sigil to 0.8.7-1 --- community/sigil/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index 66ac5c648..f852deb74 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -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}"