From ec392d5ff4e797406be1340b4ea7eedd99f76c83 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 18 Dec 2021 19:57:58 +0100 Subject: [PATCH] dq: update to 0.0.20211217. --- srcpkgs/dq/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dq/template b/srcpkgs/dq/template index 632384197cf..30e1b912651 100644 --- a/srcpkgs/dq/template +++ b/srcpkgs/dq/template @@ -1,6 +1,6 @@ # Template file for 'dq' pkgname=dq -version=0.0.20181021 +version=0.0.20211217 revision=1 wrksrc="${pkgname}-${version##*.}" build_style=gnu-makefile @@ -16,8 +16,11 @@ maintainer="Duncaen " license="Public Domain" homepage="https://mojzis.com/software/dq/" distfiles="https://github.com/janmojzis/dq/archive/${version##*.}.tar.gz" -checksum=b1797538dd7dfe8e6d9c2964eee0b569589b448c8a2e636bbee4cf2a19bc7ea4 -nocross="build run target" +checksum=bfe5b0ab164ef26884626d582ac1bbc28de2cad9cbb1fa84aecd2c79bceeb1c5 + +if [ "$CROSS_BUILD" ]; then + make_build_target="cross-compile" +fi system_accounts="_dqcache"