hashworks pushed to branch main at Arch Linux / Packaging / Packages / libkiwix
Commits:
62edd2b8 by Justin Kromlinger at 2024-12-15T17:05:35+01:00
upgpkg: 13.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libkiwix
pkgdesc = Library providing the Kiwix software core
- pkgver = 14.0.0
+ pkgver = 13.1.0
pkgrel = 1
url = https://github.com/kiwix/libkiwix
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = libkiwix
provides = kiwix-lib
conflicts = kiwix-lib
replaces = kiwix-lib
- source =
libkiwix-14.0.0.tar.gz::https://github.com/kiwix/libkiwix/archive/14.0.0.tar.gz
- sha256sums =
dae329ebc08ff510daa50b42de71366bf063813e29bf1c09cc49335d90f32094
+ source =
libkiwix-13.1.0.tar.gz::https://github.com/kiwix/libkiwix/archive/13.1.0.tar.gz
+ sha256sums =
04d93f66b939f937df2c941af517966128d4c9872b707f9ed192177fe51364d3
pkgname = libkiwix
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=libkiwix
-pkgver=14.0.0
+pkgver=13.1.0
pkgrel=1
pkgdesc="Library providing the Kiwix software core"
license=('GPL3')
@@ -12,7 +12,7 @@ depends=('libzim>=9.0.0' 'pugixml' 'xapian-core' 'aria2'
'libmicrohttpd' 'python
makedepends=('meson' 'gtest' 'mustache')
url='https://github.com/kiwix/libkiwix'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('dae329ebc08ff510daa50b42de71366bf063813e29bf1c09cc49335d90f32094')
+sha256sums=('04d93f66b939f937df2c941af517966128d4c9872b707f9ed192177fe51364d3')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkiwix/-/commit/62edd2b809258195d2e81339f036b0446f3124a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libkiwix/-/commit/62edd2b809258195d2e81339f036b0446f3124a8
You're receiving this email because of your account on gitlab.archlinux.org.