[arch-commits] Commit in sigil/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Nov 19 13:14:57 UTC 2020
Date: Thursday, November 19, 2020 @ 13:14:57
Author: eschwartz
Revision: 757578
upgpkg: sigil 1.4.1-3: add svg dependency per forum discussion, needed now that icons are all SVG
Modified:
sigil/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-19 13:08:15 UTC (rev 757577)
+++ PKGBUILD 2020-11-19 13:14:57 UTC (rev 757578)
@@ -5,13 +5,13 @@
pkgname=sigil
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="multi-platform EPUB2/EPUB3 ebook editor"
arch=('x86_64')
url="https://sigil-ebook.com/"
license=('GPL3')
depends=('hicolor-icon-theme' 'hunspell' 'mathjax2' 'minizip' 'python-css-parser'
- 'python-dulwich' 'python-lxml' 'qt5-webengine')
+ 'python-dulwich' 'python-lxml' 'qt5-svg' 'qt5-webengine')
makedepends=('qt5-tools' 'cmake')
optdepends=('hunspell-en_US: for English dictionary support'
'hyphen-en: for English hyphenation support in plugins'
More information about the arch-commits
mailing list