From 798f793c88602bc323b8a4dba4ac77ba64c42287 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 4 Sep 2019 04:44:21 +0000 Subject: [PATCH] community/sigil to 0.9.18-1 --- community/sigil/PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index d57eb7a76..8eefccd0c 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -7,7 +7,7 @@ # - depend on xerces-c to avoid x86isms in bundled version pkgname=sigil -pkgver=0.9.17 +pkgver=0.9.18 pkgrel=1 pkgdesc="WYSIWYG ebook editor" arch=('x86_64') @@ -29,20 +29,12 @@ optdepends=('hunspell-en_US: for English dictionary support' install=${pkgname}.install source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz" "https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig") -sha256sums=('25ef68f979c3daca9b2a869a5ca3919b0a0f965ae2ba176f34ff93a641c3e2b2' +sha256sums=('d4ac2d178fd154d9892fcb552304b20fc12d9eb4b2be5a222c6421c18720cca6' 'SKIP') -b2sums=('fdba78eb1167e97c4190d7ae6d8d6de8055e0cac0e1105a3bdc1ddacbfa2f8403a293018ec464c72b8024f1ef0c1e9b230ca90586fdbb1d2fb3826e0fd327137' +b2sums=('a20a1465032371f9d7e567fff03c859adf4bd2264e9d803efeb3bdeb3b097eca826daa36824370848aea50fffb2b2b74b28568f7dca926565dfd0948d7ade030' 'SKIP') validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay -prepare() { - cd "${srcdir}"/Sigil-${pkgver} - - # devendor css_parser as it's a direct copy of the external package; - # upstream maintains both and plans to switch soon - rm -r src/Resource_Files/plugin_launchers/python/css_parser/ -} - build() { mkdir -p "${srcdir}"/Sigil-${pkgver}/build cd "${srcdir}"/Sigil-${pkgver}/build