[arch-commits] Commit in sigil/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Aug 1 16:08:36 UTC 2019
Date: Thursday, August 1, 2019 @ 16:08:36
Author: eschwartz
Revision: 496455
upgpkg: sigil 0.9.16-2
backport bugfix for lxml 4.4 changes
Modified:
sigil/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-01 12:37:55 UTC (rev 496454)
+++ PKGBUILD 2019-08-01 16:08:36 UTC (rev 496455)
@@ -5,7 +5,7 @@
pkgname=sigil
pkgver=0.9.16
-pkgrel=1
+pkgrel=2
pkgdesc="WYSIWYG ebook editor"
arch=('x86_64')
url="https://sigil-ebook.com/"
@@ -25,11 +25,14 @@
'tk: recommended for plugins')
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")
+ "https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig"
+ "https://github.com/Sigil-Ebook/Sigil/commit/aa4f6549554fb99ad062ce501afe23c51530cbf5.patch")
sha256sums=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
- 'SKIP')
+ 'SKIP'
+ 'e2df8fb07cfd957ecff31de0a93f90c4a1aaad73f2e6c4df89112bde6e787e5c')
b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
- 'SKIP')
+ 'SKIP'
+ '00e5bda498618d052a8bdda414bab5dc9d58fa54c22c28f7d97d1bc681b1fcbaeb0199e20d1ce4933b7220a1c6ee5ebafeb6f956ea17d4cdc5f5a61833b66faf')
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay at gmail.com>
prepare() {
@@ -38,6 +41,9 @@
# 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/
+
+ # fix lxml 4.4 incompatibility
+ patch -p1 -i ../aa4f6549554fb99ad062ce501afe23c51530cbf5.patch
}
build() {
More information about the arch-commits
mailing list