Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / sigil
Commits: 12e1595b by Caleb Maclennan at 2023-08-21T22:41:07+03:00 upgpkg: 2.0.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,12 +1,13 @@ # Maintainer: Caleb Maclennan <[email protected]> -# Contributor: Alad Wenter <[email protected]> +# # Contributor: Alad Wenter <[email protected]> + # Contributor: Eli Schwartz <[email protected]> # Contributor: Giovanni Scafora <[email protected]> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=sigil -pkgver=1.9.30 -pkgrel=4 +pkgver=2.0.0 +pkgrel=1 pkgdesc='multi-platform EPUB2/EPUB3 ebook editor' arch=('x86_64') url=https://sigil-ebook.com @@ -36,17 +37,14 @@ optdepends=('hunspell-en_US: for English dictionary support' 'tk: recommended for plugins') _archive="${pkgname^}-$pkgver" source=("$_url/archive/$pkgver/$_archive.tar.gz" - "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig" - "$_url/commit/8e21405f5d2dfdc7da60f845ae7cf5e2bca6d029.patch") # FS77888 -sha256sums=('262c43ec0ce9ea9486fc19074dd0a687a39d9df1829732e9006d8c5fbb242458' - 'SKIP' - '96fcfa8bdc04d79cb76b05f0bf042e4612b132027486459e4f08c0e5b4d8c29a') + "$_url/releases/download/${pkgver}/$_archive.tar.gz.sig") +sha256sums=('934f2eb8ca569499f79137d054ac0986e85e4453b5666a2a628a12a448caec4c' + 'SKIP') validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <[email protected]> prepare() { cd "$_archive" mkdir -p build - patch -p1 < "../${source[2]##*/}" } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/12e1595b2c9b7134f9b18511e85b6bdcc49520d3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sigil/-/commit/12e1595b2c9b7134f9b18511e85b6bdcc49520d3 You're receiving this email because of your account on gitlab.archlinux.org.
