Skip to content

Commit 042878a

Browse files
committed
biblioteq: update to 2026.02.18.
1 parent b009c5a commit 042878a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

srcpkgs/biblioteq/template

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'biblioteq'
22
pkgname=biblioteq
3-
version=2026.01.07
3+
version=2026.02.18
44
revision=1
55
build_style=qmake
66
build_helper=qmake6
@@ -13,15 +13,13 @@ maintainer="Rutpiv <roger_freitas@live.com>"
1313
license="BSD-3-Clause"
1414
homepage="https://textbrowser.github.io/biblioteq/"
1515
distfiles="https://github.com/textbrowser/biblioteq/archive/${version}.tar.gz"
16-
checksum=535b6a468011554285f003f52e703901434e34a8c3c726bf856bcaa0394c3662
16+
checksum=06290be9beaefe71b4c60da62d91459b50aadd2bc0ae886a9bbbabbe2a22e937
1717
conf_files="/etc/biblioteq.conf"
1818

1919
# Set the appropriate build helper and dependencies based on architecture
2020
case "$XBPS_TARGET_MACHINE" in
21-
ppc*)
22-
configure_file="biblioteq.powerpc.pro"
23-
;;
24-
*) configure_file="biblioteq.pro" ;;
21+
ppc*) configure_file="biblioteq.powerpc.pro" ;;
22+
*) configure_file="biblioteq.pro" ;;
2523
esac
2624

2725
pre_configure() {

0 commit comments

Comments
 (0)