diff --git a/srcpkgs/biblioteq/template b/srcpkgs/biblioteq/template index 54cf7dc9ad7..0f3224c392a 100644 --- a/srcpkgs/biblioteq/template +++ b/srcpkgs/biblioteq/template @@ -1,10 +1,9 @@ # Template file for 'biblioteq' pkgname=biblioteq -version=2018.12.12 +version=2019.03.15 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" @@ -13,14 +12,16 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://textbrowser.github.io/biblioteq/" distfiles="https://github.com/textbrowser/biblioteq/archive/${version}.tar.gz" -checksum=27bdf450233ff6de20df063eee48093aa4a6e8fdad73e24ac2a7176996a582fe +checksum=d574c9e55f6d2c370953c1a7fb2ffddab35de32b407b315391d2b42df65b352a + +conf_files="/etc/biblioteq.conf" case "$XBPS_TARGET_MACHINE" in arm*) configure_args+=" biblioteq.arm.pro" ;; *) configure_args+=" biblioteq.pro" ;; esac -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel poppler-cpp-devel" fi