Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sigil
Commits:
46c9f199 by Caleb Maclennan at 2024-04-02T02:03:22+03:00
upgpkg: 2.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sigil
pkgdesc = multi-platform EPUB2/EPUB3 ebook editor
- pkgver = 2.0.2
- pkgrel = 3
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://sigil-ebook.com
arch = x86_64
license = GPL3
@@ -27,10 +27,10 @@ pkgbase = sigil
optdepends = python-pillow: recommended for plugins
optdepends = python-regex: recommended for plugins
optdepends = tk: recommended for plugins
- source =
https://github.com/Sigil-Ebook/Sigil/archive/2.0.2/Sigil-2.0.2.tar.gz
- source =
https://github.com/Sigil-Ebook/Sigil/releases/download/2.0.2/Sigil-2.0.2.tar.gz.sig
+ source =
https://github.com/Sigil-Ebook/Sigil/archive/2.1.0/Sigil-2.1.0.tar.gz
+ source =
https://github.com/Sigil-Ebook/Sigil/releases/download/2.1.0/Sigil-2.1.0.tar.gz.sig
validpgpkeys = B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63
- sha256sums =
d5eaf300dc8307ca0765f9d32d9136e143ca7bcf9e65049499512fdea588e285
+ sha256sums =
19fbb22d6dac805090b90c74e2d7ef707d3fdfcd4bc377df009208602646ed61
sha256sums = SKIP
pkgname = sigil
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=2.0.2
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
pkgdesc='multi-platform EPUB2/EPUB3 ebook editor'
arch=('x86_64')
url=https://sigil-ebook.com
@@ -38,7 +38,7 @@ optdepends=('hunspell-en_US: for English dictionary support'
_archive="${pkgname^}-$pkgver"
source=("$_url/archive/$pkgver/$_archive.tar.gz"
"$_url/releases/download/${pkgver}/$_archive.tar.gz.sig")
-sha256sums=('d5eaf300dc8307ca0765f9d32d9136e143ca7bcf9e65049499512fdea588e285'
+sha256sums=('19fbb22d6dac805090b90c74e2d7ef707d3fdfcd4bc377df009208602646ed61'
'SKIP')
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/46c9f199d8497d20efa2520ffe7dee7d18f463f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/46c9f199d8497d20efa2520ffe7dee7d18f463f9
You're receiving this email because of your account on gitlab.archlinux.org.