mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/sigil to 0.9.18-1
This commit is contained in:
parent
1bfa601342
commit
798f793c88
1 changed files with 3 additions and 11 deletions
|
@ -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 <douglaslmassay@gmail.com>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue