T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
bibletime
Commits:
cee8f80e by T.J. Townsend at 2025-03-21T12:18:06-04:00
upgpkg: 3.1.1-1: update to 3.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bibletime
pkgdesc = Bible study tool
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://www.bibletime.info/
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = bibletime
depends = clucene
depends = qt6-webengine
depends = qt6-svg
- source =
git+https://github.com/bibletime/bibletime.git?signed#tag=v3.1.0
+ source =
git+https://github.com/bibletime/bibletime.git?signed#tag=v3.1.1
validpgpkeys = 6C0462117260CA4934F7B3E049D76194699FD9A4
- sha256sums =
2fc113b694f5edd04c8455e5dc336bc06390a2fb54a55edcfbd2c6684ca614b8
+ sha256sums =
0f621d0427df53d50625a9582603143fc60d305d682ae8a216bc30640e556c88
pkgname = bibletime
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Tobias T. <OldShatterhand at gmx-topmail dot de>
pkgname=bibletime
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc='Bible study tool'
arch=('x86_64')
@@ -15,7 +15,7 @@ license=('GPL-2.0-only')
depends=('sword' 'clucene' 'qt6-webengine' 'qt6-svg')
makedepends=('cmake' 'docbook-xsl' 'expac' 'fop' 'git' 'ninja' 'po4a'
'qt6-tools')
source=("git+https://github.com/bibletime/bibletime.git?signed#tag=v${pkgver}")
-sha256sums=('2fc113b694f5edd04c8455e5dc336bc06390a2fb54a55edcfbd2c6684ca614b8')
+sha256sums=('0f621d0427df53d50625a9582603143fc60d305d682ae8a216bc30640e556c88')
validpgpkeys=('6C0462117260CA4934F7B3E049D76194699FD9A4') # Jaak Ristioja
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bibletime/-/commit/cee8f80e480a123a6d95733eb6138e48559035f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bibletime/-/commit/cee8f80e480a123a6d95733eb6138e48559035f9
You're receiving this email because of your account on gitlab.archlinux.org.