Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
foliate
Commits:
4d3def9f by Caleb Maclennan at 2024-04-04T11:10:02+03:00
upgpkg: 3.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = foliate
pkgdesc = A simple and modern GTK eBook reader
- pkgver = 3.1.0
- pkgrel = 2
+ pkgver = 3.1.1
+ pkgrel = 1
url = https://johnfactotum.github.io/foliate/
arch = any
license = GPL-3.0-or-later
@@ -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.0/com.github.johnfactotum.Foliate-3.1.0.tar.xz
- sha256sums =
87f8a14dcb730a585f7b9ce47d3fa6dbbe03733bf134d40423b20931b3b429dc
+ source =
https://github.com/johnfactotum/foliate/releases/download/3.1.1/com.github.johnfactotum.Foliate-3.1.1.tar.xz
+ sha256sums =
1bda9cd32b4d9a2480b0fc4f9884ad04450bd96fdb30a48ab9c1e7b6ec625144
pkgname = foliate
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=foliate
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
pkgdesc='A simple and modern GTK eBook reader'
arch=(any)
url="https://johnfactotum.github.io/$pkgname/"
@@ -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=('87f8a14dcb730a585f7b9ce47d3fa6dbbe03733bf134d40423b20931b3b429dc')
+sha256sums=('1bda9cd32b4d9a2480b0fc4f9884ad04450bd96fdb30a48ab9c1e7b6ec625144')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/foliate/-/commit/4d3def9fd39dbce3e02ed5cf9257c1885d90a815
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/foliate/-/commit/4d3def9fd39dbce3e02ed5cf9257c1885d90a815
You're receiving this email because of your account on gitlab.archlinux.org.