Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sigil
Commits:
fa9c70eb by Caleb Maclennan at 2024-09-07T01:48:28+03:00
upgpkg: 2.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sigil
pkgdesc = multi-platform EPUB2/EPUB3 ebook editor
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://sigil-ebook.com
arch = x86_64
@@ -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.3.0/Sigil-2.3.0.tar.gz
- source =
https://github.com/Sigil-Ebook/Sigil/releases/download/2.3.0/Sigil-2.3.0.tar.gz.sig
+ source =
https://github.com/Sigil-Ebook/Sigil/archive/2.3.1/Sigil-2.3.1.tar.gz
+ source =
https://github.com/Sigil-Ebook/Sigil/releases/download/2.3.1/Sigil-2.3.1.tar.gz.sig
validpgpkeys = B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63
- sha256sums =
640e637ce234c564aa746bbc9d7b04aab4571b294f1282e5237e6765cd39551b
+ sha256sums =
12e84d9a1fc41e60903557ea03801cd0004d8b75dfcebeb44c3a9b1fd8fa97ea
sha256sums = SKIP
pkgname = sigil
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc='multi-platform EPUB2/EPUB3 ebook editor'
arch=('x86_64')
@@ -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=('640e637ce234c564aa746bbc9d7b04aab4571b294f1282e5237e6765cd39551b'
+sha256sums=('12e84d9a1fc41e60903557ea03801cd0004d8b75dfcebeb44c3a9b1fd8fa97ea'
'SKIP')
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/fa9c70eb698cdf2479025f484899c0df5e816f96
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/fa9c70eb698cdf2479025f484899c0df5e816f96
You're receiving this email because of your account on gitlab.archlinux.org.