mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/sigil to 0.9.16-1
This commit is contained in:
parent
0e3a5f4a1d
commit
153ee9beaf
1 changed files with 6 additions and 5 deletions
|
@ -7,17 +7,18 @@
|
|||
# - depend on xerces-c to avoid x86isms in bundled version
|
||||
|
||||
pkgname=sigil
|
||||
pkgver=0.9.14
|
||||
pkgver=0.9.16
|
||||
pkgrel=1
|
||||
pkgdesc="WYSIWYG ebook editor"
|
||||
arch=('x86_64')
|
||||
url="https://sigil-ebook.com/"
|
||||
license=('GPL3')
|
||||
depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 'python-css-parser'
|
||||
'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns' 'xerces-c')
|
||||
makedepends=('qt5-tools' 'qt5-svg' 'cmake')
|
||||
'python-lxml' 'qt5-webengine' 'xerces-c')
|
||||
makedepends=('qt5-tools' 'cmake')
|
||||
optdepends=('hunspell-en_US: for English dictionary support'
|
||||
'hyphen-en: for English hyphenation support in plugins'
|
||||
'pageedit: external editor to replace BookView'
|
||||
'python-html5lib: recommended for plugins'
|
||||
'python-chardet: recommended for plugins'
|
||||
'python-cssselect: recommended for plugins'
|
||||
|
@ -28,9 +29,9 @@ 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=('6da5482a6158896c7cde50d7787b7d2c681ab3afea032298ccf05f50ec803ac4'
|
||||
sha256sums=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
|
||||
'SKIP')
|
||||
b2sums=('245177031688d83091d5b7fb100196b7875a3c7c4ac4f9b690960c756848ddd1d0353c3a7da1762717f66e8d47a9fdb4b68acf07295b381f4c34b393f0aade7b'
|
||||
b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
|
||||
'SKIP')
|
||||
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay@gmail.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue