diff --git a/srcpkgs/cpuid/template b/srcpkgs/cpuid/template index d86c4609d0f..b9df3bd7f33 100644 --- a/srcpkgs/cpuid/template +++ b/srcpkgs/cpuid/template @@ -1,17 +1,17 @@ # Template file for 'cpuid' pkgname=cpuid -version=20200427 +version=20201006 revision=1 archs="i686* x86_64*" build_style=gnu-makefile hostmakedepends="perl" short_desc="Linux tool to dump x86 CPUID information about the CPU(s)" -maintainer="Orphaned " +maintainer="Gerardo Di Iorio " license="GPL-2.0-or-later" homepage="http://www.etallen.com/cpuid.html" distfiles="http://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz" -checksum=c1a9463f1f2175086120e9079e318bbd383dc1e574fafb2f724879f1d11061d4 +checksum=13c53f16408341d11ed489b352f218ec4dbb5bedb796a9d059e924770a9c56a6 post_extract() { - sed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile + vsed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile }