diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-11 17:15:12 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-12 01:03:11 -0400 |
commit | 7834078687e5b4d831fec6d8d2ede200f44ba0d8 (patch) | |
tree | 685d7d4bf5c3f790810c0eabf361e1264ae95d99 /libre/sigil | |
parent | 0c9201b8340208f0783cdd79a2a4587be1788497 (diff) | |
download | abslibre-7834078687e5b4d831fec6d8d2ede200f44ba0d8.tar.gz abslibre-7834078687e5b4d831fec6d8d2ede200f44ba0d8.tar.bz2 abslibre-7834078687e5b4d831fec6d8d2ede200f44ba0d8.zip |
housekeeping - remove mentions of qt5-webengine from pkgdesc
Diffstat (limited to 'libre/sigil')
-rw-r--r-- | libre/sigil/PKGBUILD | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/libre/sigil/PKGBUILD b/libre/sigil/PKGBUILD index 538cfdced..d8c3fde3e 100644 --- a/libre/sigil/PKGBUILD +++ b/libre/sigil/PKGBUILD @@ -1,18 +1,21 @@ -# Maintainer: Eli Schwartz <eschwartz@archlinux.org> -# Maintainer (Arch): Eli Schwartz <eschwartz@archlinux.org> -# Maintainer (Arch): Alad Wenter <alad@mailbox.org> +# Maintainer (arch): Caleb Maclennan <caleb@alerque.com> +# Contributor: Alad Wenter <alad@mailbox.org> +# Contributor: Eli Schwartz <eschwartz@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> + # parabola changes and rationale: -# - freeze at version immediately before port to webengine, -# see https://labs.parabola.nu/issues/2399 +# - build without qt5-webengine +# - freeze at v0.9.14 - last release to support webkit +# see https://labs.parabola.nu/issues/2399 + pkgname=sigil pkgver=0.9.14 pkgrel=2 -pkgrel+=par2 -pkgdesc="WYSIWYG ebook editor. Frozen to avoid qt5-webengine dependency." +pkgrel+=parabola2 +pkgdesc="WYSIWYG ebook editor" arch=('x86_64' 'i686' 'armv7h') url="https://sigil-ebook.com/" license=('GPL3') |