[arch-commits] Commit in sigil/trunk (PKGBUILD sigil.install)
Eli Schwartz
eschwartz at archlinux.org
Tue Jul 28 16:27:54 UTC 2020
Date: Tuesday, July 28, 2020 @ 16:27:53
Author: eschwartz
Revision: 665662
upgpkg: sigil 1.3.0-1: upstream release
Modified:
sigil/trunk/PKGBUILD
Deleted:
sigil/trunk/sigil.install
---------------+
PKGBUILD | 24 +++++++-----------------
sigil.install | 10 ----------
2 files changed, 7 insertions(+), 27 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-28 16:27:46 UTC (rev 665661)
+++ PKGBUILD 2020-07-28 16:27:53 UTC (rev 665662)
@@ -4,8 +4,8 @@
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="multi-platform EPUB2/EPUB3 ebook editor"
arch=('x86_64')
url="https://sigil-ebook.com/"
@@ -23,24 +23,14 @@
'python-regex: recommended for plugins'
'python-pyqt5: recommended for plugins'
'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/commit/50280fae48717e76d56685bf0fda19783c8904e1.patch")
-sha256sums=('5187084486513f9bd3239eb4f4961cd98192c34fe6e161f277b52511fd760861'
- 'SKIP'
- '5c57da8d1bc29fdaddcf6b52747bf453bc40af166fb4c77e49b7869a2776458f')
-b2sums=('b615304d80ae1bc8b202398e4e00e25e6f13130ba5f27239d78cb847813fac6d13ddd868ed8daa496b5a5f2f37914603b3014b2c0ecb9f8ae2f0e5f6f2bdf84b'
- 'SKIP'
- '61c4b8de1d7e6a65668f45b6aadebb7c93bad6c82ed415caad3900f009f88f253aa10ca678c76580ef5d3b344cead91390b001aa824e49ad963a45ff259971d3')
+ "https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig")
+sha256sums=('ac302328f0d0e0144e67bd4cbd7834650eb219f81a623f393271bf6f0686cc56'
+ 'SKIP')
+b2sums=('0ded5f2fa4a85a583113d268a0c287727faa9548a95ca3b564efac5db3528e0bf52b0df12f88cda46ae02851b0b85967c23c07cd3cd55073a87bcffbae8dec87'
+ 'SKIP')
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay at gmail.com>
-prepare() {
- cd "${srcdir}"/Sigil-${pkgver}
-
- patch -p1 -i ../50280fae48717e76d56685bf0fda19783c8904e1.patch
-}
-
build() {
mkdir -p "${srcdir}"/Sigil-${pkgver}/build
cd "${srcdir}"/Sigil-${pkgver}/build
Deleted: sigil.install
===================================================================
--- sigil.install 2020-07-28 16:27:46 UTC (rev 665661)
+++ sigil.install 2020-07-28 16:27:53 UTC (rev 665662)
@@ -1,10 +0,0 @@
-post_upgrade() {
- if (( $(vercmp 1.2.1-2 "$2") > 0 )); then
- cat << __EOF__
-Warning: Qt5 5.15 has broken the security sandbox for ebooks with javascript.
-If you've enabled javascript support, be aware that untrusted EPUBs can now
-exfiltrate user data. See
-https://www.mobileread.com/forums/showthread.php?t=330486
-__EOF__
- fi
-}
More information about the arch-commits
mailing list