hashworks pushed to branch main at Arch Linux / Packaging / Packages /
kiwix-desktop
Commits:
73365d09 by Justin Kromlinger at 2024-12-14T23:52:44+01:00
upgpkg: 2.4.0-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.3.1
- pkgrel = 5
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/kiwix/kiwix-desktop
arch = x86_64
license = GPL3
makedepends = qt5-tools
- depends = libkiwix>=12.1.1
+ depends = libkiwix>=14.0.0
depends = qt5-base
depends = qt5-webengine
depends = aria2
- source =
kiwix-desktop-2.3.1.tar.gz::https://github.com/kiwix/kiwix-desktop/archive/2.3.1.tar.gz
- sha256sums =
799d887efd6a855aefe27452b1e3c02da3b443b1ea19c961b7d58dc55e019342
+ source =
kiwix-desktop-2.4.0.tar.gz::https://github.com/kiwix/kiwix-desktop/archive/2.4.0.tar.gz
+ sha256sums =
e011d395d60b1f1a6ea6f2474b3c85e8712bb7918ff850da13c0a361cdd4ceb5
pkgname = kiwix-desktop
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,18 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=kiwix-desktop
-pkgver=2.3.1
-pkgrel=5
+pkgver=2.4.0
+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>=12.1.1" "qt5-base" "qt5-webengine" "aria2")
+depends=("libkiwix>=14.0.0" "qt5-base" "qt5-webengine" "aria2")
makedepends=("qt5-tools")
source=(
"${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
)
-sha256sums=('799d887efd6a855aefe27452b1e3c02da3b443b1ea19c961b7d58dc55e019342')
+sha256sums=('e011d395d60b1f1a6ea6f2474b3c85e8712bb7918ff850da13c0a361cdd4ceb5')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kiwix-desktop/-/commit/73365d09b0766231a406f698d40333345c787245
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kiwix-desktop/-/commit/73365d09b0766231a406f698d40333345c787245
You're receiving this email because of your account on gitlab.archlinux.org.