Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
foliate
Commits:
01f793b8 by Caleb Maclennan at 2024-11-28T10:51:50+03:00
upgpkg: 3.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = foliate
pkgdesc = A simple and modern GTK eBook reader
- pkgver = 3.1.1
+ pkgver = 3.2.0
pkgrel = 1
url = https://johnfactotum.github.io/foliate/
arch = any
@@ -17,7 +17,7 @@ pkgbase = foliate
optdepends = gspell: Spell-checking support
optdepends = hyphen: Auto-hyphenation support
optdepends = tracker3
- source =
https://github.com/johnfactotum/foliate/releases/download/3.1.1/com.github.johnfactotum.Foliate-3.1.1.tar.xz
- sha256sums =
1bda9cd32b4d9a2480b0fc4f9884ad04450bd96fdb30a48ab9c1e7b6ec625144
+ source =
https://github.com/johnfactotum/foliate/releases/download/3.2.0/com.github.johnfactotum.Foliate-3.2.0.tar.xz
+ sha256sums =
714d42d54e103f4a3c367bf18186a56401228b7ee1175224e760ae59f204e1e6
pkgname = foliate
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=foliate
-pkgver=3.1.1
+pkgver=3.2.0
pkgrel=1
pkgdesc='A simple and modern GTK eBook reader'
arch=(any)
@@ -25,7 +25,7 @@ optdepends=(#'dictd: Offline dictionary support'
'tracker3')
_archive="com.github.johnfactotum.${pkgname^}-$pkgver"
source=("$_url/releases/download/$pkgver/$_archive.tar.xz")
-sha256sums=('1bda9cd32b4d9a2480b0fc4f9884ad04450bd96fdb30a48ab9c1e7b6ec625144')
+sha256sums=('714d42d54e103f4a3c367bf18186a56401228b7ee1175224e760ae59f204e1e6')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/foliate/-/commit/01f793b889790b42d28cfc76b61561a971073b16
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/foliate/-/commit/01f793b889790b42d28cfc76b61561a971073b16
You're receiving this email because of your account on gitlab.archlinux.org.