[arch-commits] Commit in sigil/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Sat Sep 3 20:06:58 UTC 2022
Date: Saturday, September 3, 2022 @ 20:06:56
Author: alerque
Revision: 1292731
upgpkg: sigil 1.9.20-1
Modified:
sigil/trunk/PKGBUILD
----------+
PKGBUILD | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 19:49:45 UTC (rev 1292730)
+++ PKGBUILD 2022-09-03 20:06:56 UTC (rev 1292731)
@@ -5,8 +5,8 @@
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=1.9.10
-pkgrel=2
+pkgver=1.9.20
+pkgrel=1
pkgdesc='multi-platform EPUB2/EPUB3 ebook editor'
arch=('x86_64')
url=https://sigil-ebook.com
@@ -36,26 +36,16 @@
'tk: recommended for plugins')
_archive="${pkgname^}-$pkgver"
source=("$_url/archive/$pkgver/$_archive.tar.gz"
- "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig"
- https://github.com/Sigil-Ebook/Sigil/commit/f1aae749.patch
- https://github.com/Sigil-Ebook/Sigil/commit/ab629582.patch)
-sha256sums=('35b6051d966c2848a8a031ebe691449229b3c95a56145647dc71857acc18fad5'
- 'SKIP'
- '968618f6b6714492866f6845be33d526b590c7579b113459c883f4d65993002f'
- '0b915c687d964eacf54cdbcc0f56a37f9207c7f8e3a303c33b6a4d41c3c53544')
-b2sums=('ef8d6b5552689f0501971563b429efa050456826ee85dbf524ecb1c1931506de95909e3443bc259353c012b3e4a2b6ce3299f20af8e65d07324818a8f208c2a8'
- 'SKIP'
- '43603e516cd9384346c2bcf02b8ddac238c9c7ffd2e479c6c800e92fd7c4b66dd49b93e89743741ed652ab259c21a3992c32414c4b41df70dd603f457c89725c'
- 'f3f7f34718cb571e0d69b0ab35d0f57c007a5279c220fcb687e5707faf9e7d1294dce670f9890149e78c53e2e20402a6360ab34f547093c1c5851362ca4cb739')
+ "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig")
+sha256sums=('ccba86da91e7d683ef1cbc1140e99f9eec7a802c28951091624285c94337e83d'
+ 'SKIP')
+b2sums=('ca0a8ba5ec9b76ea4016766872e7a70d839c2b3f24a658e90e619fd2feb01de74e05e30cdcf53c79ce92196c380da1d348ec2776f77060b18d2c664ff8171c6a'
+ 'SKIP')
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay at gmail.com>
prepare() {
cd "$_archive"
mkdir -p build
-
- # Fix segfault when compiled with -lto
- patch -p1 -i ../f1aae749.patch
- patch -p1 -i ../ab629582.patch
}
build() {
More information about the arch-commits
mailing list