From e3536c4c5ff3b9d38f574b9cd2408aa57f4374e7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 9 Oct 2022 17:19:38 +0200 Subject: [PATCH] 0ad: rebuild for gloox-1.0.24 --- srcpkgs/0ad/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template index c768d057320..cef5109adb3 100644 --- a/srcpkgs/0ad/template +++ b/srcpkgs/0ad/template @@ -1,7 +1,7 @@ # Template file for '0ad' pkgname=0ad version=0.0.26 -revision=1 +revision=2 archs="x86_64* i686* aarch64* armv7l* ppc64le*" wrksrc="${pkgname}-${version}-alpha" hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang" @@ -39,12 +39,14 @@ do_configure() { export JOBS="${makejobs}" cd ${wrksrc}/build/workspaces ./clean-workspaces.sh - ./update-workspaces.sh --bindir=/usr/bin --libdir=/usr/lib/0ad \ - --datadir=/usr/share/${pkgname}/data } do_build() { export JOBS="${makejobs}" + cd ${wrksrc}/build/workspaces + ./update-workspaces.sh --bindir=/usr/bin --libdir=/usr/lib/0ad \ + --datadir=/usr/share/${pkgname}/data + cd ${wrksrc} make config=release -C build/workspaces/gcc ${makejobs} }