From 4869c58afc6505fde1dc316f4b0f0a1eb3ab78d9 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Wed, 30 Oct 2019 10:54:58 -0400 Subject: [PATCH] simplify some things --- srcpkgs/alephone/template | 2 +- srcpkgs/zdbsp/template | 2 +- srcpkgs/zokumbsp/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/alephone/template b/srcpkgs/alephone/template index ca0b2ee..90fa56c 100644 --- a/srcpkgs/alephone/template +++ b/srcpkgs/alephone/template @@ -14,4 +14,4 @@ homepage="https://alephone.lhowon.org/" changelog="https://github.com/Aleph-One-Marathon/alephone/releases/tag/${version}" distfiles="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/AlephOne-${version}.tar.bz2" checksum=02bcbe02aea3d3ffb7d1ad13ac7bbfa2b3bfe3c2bd37c65b637b9883b9114c96 -wrksrc="AlephOne-${version}" +wrksrc=AlephOne-${version} diff --git a/srcpkgs/zdbsp/template b/srcpkgs/zdbsp/template index 82fb31c..d8ae7d9 100644 --- a/srcpkgs/zdbsp/template +++ b/srcpkgs/zdbsp/template @@ -10,7 +10,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/alexey-lysiuk/zdbsp/tree/tolerance" distfiles="https://github.com/alexey-lysiuk/zdbsp/archive/tolerance.tar.gz" checksum=bfe1a2bcd80aaea3caaec59a44b04ecc3ad527df9b33eb4b67bb86be08d2bf37 -wrksrc="zdbsp-tolerance" +wrksrc=zdbsp-tolerance do_install() { vbin ${cmake_builddir:=build}/zdbsp diff --git a/srcpkgs/zokumbsp/template b/srcpkgs/zokumbsp/template index 531b524..af126d6 100644 --- a/srcpkgs/zokumbsp/template +++ b/srcpkgs/zokumbsp/template @@ -10,7 +10,7 @@ license="GPL-2.0-or-later" homepage="http://www.doom2.net/zokum/zokumbsp/" distfiles="https://github.com/zokum-no/zokumbsp/archive/${_git_hash}.tar.gz" checksum=b0a18140d7741574ec2d71599e1c0530022fae93684a4e1aa4ac791cd92ce64b -wrksrc=zokumbsp-${_git_hash} +wrksrc=${pkgname}-${_git_hash} build_wrksrc=src/zokumbsp do_install() {