From 50f6b10e9b6d06e6ee61c1adb04cf907e7c0f948 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 20 Dec 2023 22:31:21 +0100 Subject: [PATCH] pdd: fix cross builds --- srcpkgs/pdd/template | 1 + srcpkgs/scrypt/template | 6 +++--- srcpkgs/wireshark/template | 4 ++-- srcpkgs/xmlsec1/template | 6 +++--- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/pdd/template b/srcpkgs/pdd/template index d94c4f42297..cb320ff2189 100644 --- a/srcpkgs/pdd/template +++ b/srcpkgs/pdd/template @@ -3,6 +3,7 @@ pkgname=pdd version=1.7 revision=1 build_style=gnu-makefile +hostmakedepends="python3 python3-dateutil" depends="python3-dateutil" checkdepends="python3-dateutil python3-pytest" short_desc="Tiny date, time diff calculator" diff --git a/srcpkgs/scrypt/template b/srcpkgs/scrypt/template index 6dcdb407bbd..21a7c4a7f17 100644 --- a/srcpkgs/scrypt/template +++ b/srcpkgs/scrypt/template @@ -1,7 +1,7 @@ # Template file for 'scrypt' pkgname=scrypt -version=1.3.1 -revision=3 +version=1.3.2 +revision=1 build_style=gnu-configure makedepends="openssl-devel" short_desc="Scrypt key derivation function" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://www.tarsnap.com/scrypt.html" distfiles="https://www.tarsnap.com/scrypt/scrypt-${version}.tgz" -checksum=df2f23197c9589963267f85f9c5307ecf2b35a98b83a551bf1b1fb7a4d06d4c2 +checksum=d632c1193420ac6faebf9482e65e33d3a5664eccd643b09a509d21d1c1f29be2 post_install() { vlicense COPYRIGHT diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 7e29cc31431..a710cd30d88 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,6 +1,6 @@ # Template file for 'wireshark' pkgname=wireshark -version=4.0.6 +version=4.2.0 revision=1 build_style=cmake hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel @@ -17,7 +17,7 @@ license="GPL-2.0-or-later" homepage="https://www.wireshark.org" changelog="https://www.wireshark.org/news/" distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz" -checksum=0079097a1b17ebc7250a73563f984c13327dac5016b7d53165810fbcca4bd884 +checksum=0e428492f4c3625d61a7ccff008dc0e429d16ab8caccad4403157ea92b48a75b system_groups="wireshark" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2" diff --git a/srcpkgs/xmlsec1/template b/srcpkgs/xmlsec1/template index ac918623619..a4d9792bd2d 100644 --- a/srcpkgs/xmlsec1/template +++ b/srcpkgs/xmlsec1/template @@ -1,7 +1,7 @@ # Template file for 'xmlsec1' pkgname=xmlsec1 -version=1.3.1 -revision=2 +version=1.3.2 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libxslt-devel libltdl-devel libgcrypt-devel gnutls-devel @@ -12,7 +12,7 @@ license="MIT" homepage="https://www.aleksey.com/xmlsec/" changelog="https://www.aleksey.com/xmlsec/news.html" distfiles="https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz" -checksum=10f48384d4fd1afc05fea545b74fbf7c152582f0a895c189f164d55270400c63 +checksum=4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf post_install() { if [ "$CROSS_BUILD" ]; then