From bacf9e2b4f01123c3852ad423d02292f877a0f09 Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 2 Oct 2018 23:43:20 +0200 Subject: [PATCH] biblioteq: update to 2018.10.01. --- srcpkgs/biblioteq/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/biblioteq/template b/srcpkgs/biblioteq/template index a9a57ab2e87..be558b378fd 100644 --- a/srcpkgs/biblioteq/template +++ b/srcpkgs/biblioteq/template @@ -1,18 +1,19 @@ # Template file for 'biblioteq' pkgname=biblioteq -version=2018.07.04 +version=2018.10.01 revision=1 build_style=qmake configure_args="-o Makefile" conf_files="/etc/biblioteq.conf" makedepends="libpqxx-devel qt5-devel poppler-cpp-devel poppler-qt5-devel sqlite-devel yaz-devel" +depends="qt5-plugin-sqlite" short_desc="Professional cataloging and library management suite" maintainer="cr6git " license="BSD-3-Clause" homepage="https://textbrowser.github.io/biblioteq/" distfiles="https://github.com/textbrowser/biblioteq/archive/${version}.tar.gz" -checksum=700b546152b25e0d0fa983509051952f271e0ac215e00aa9557962c0f81bf6f3 +checksum=97ec333a0240eb3ffb9c3c3461f0bbc71f74267bac8679d12a3c679b865de776 case "$XBPS_TARGET_MACHINE" in arm*) configure_args+=" biblioteq.arm.pro" ;;