hashworks pushed to branch main at Arch Linux / Packaging / Packages /
kiwix-desktop
Commits:
f3333a5b by Justin Kromlinger at 2025-11-03T19:34:00+01:00
upgpkg: 2.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = kiwix-desktop
pkgdesc = Offline reader for Web content, especially intended to make
Wikipedia available offline
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/kiwix/kiwix-desktop
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = qt5-tools
- depends = libkiwix>=14.0.0
+ depends = libkiwix>=14.1.0
depends = qt5-base
depends = qt5-webengine
depends = aria2
- source =
kiwix-desktop-2.4.0.tar.gz::https://github.com/kiwix/kiwix-desktop/archive/2.4.0.tar.gz
- sha256sums =
e011d395d60b1f1a6ea6f2474b3c85e8712bb7918ff850da13c0a361cdd4ceb5
+ source =
kiwix-desktop-2.4.1.tar.gz::https://github.com/kiwix/kiwix-desktop/archive/2.4.1.tar.gz
+ sha256sums =
9413171619880c41dea8157b4a046b838b557203d92b4649cc274629649a75ee
pkgname = kiwix-desktop
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,18 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=kiwix-desktop
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="Offline reader for Web content, especially intended to make Wikipedia
available offline"
url="https://github.com/kiwix/kiwix-desktop"
arch=("x86_64")
-license=("GPL3")
-depends=("libkiwix>=14.0.0" "qt5-base" "qt5-webengine" "aria2")
+license=("GPL-3.0-or-later")
+depends=("libkiwix>=14.1.0" "qt5-base" "qt5-webengine" "aria2")
makedepends=("qt5-tools")
source=(
"${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
)
-sha256sums=('e011d395d60b1f1a6ea6f2474b3c85e8712bb7918ff850da13c0a361cdd4ceb5')
+sha256sums=('9413171619880c41dea8157b4a046b838b557203d92b4649cc274629649a75ee')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kiwix-desktop/-/commit/f3333a5b183a7a3b0752fa077d1f37ba1312b76e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kiwix-desktop/-/commit/f3333a5b183a7a3b0752fa077d1f37ba1312b76e
You're receiving this email because of your account on gitlab.archlinux.org.