From 5bf76d09ff249178bf07a36b745973b8b80c5335 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Sat, 13 Aug 2016 09:51:24 +0200 Subject: [PATCH] vmtouch: update to 1.1.0 --- srcpkgs/vmtouch/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/vmtouch/template b/srcpkgs/vmtouch/template index 952e396a48..4799b70b54 100644 --- a/srcpkgs/vmtouch/template +++ b/srcpkgs/vmtouch/template @@ -1,19 +1,14 @@ # Template file for 'vmtouch' pkgname=vmtouch -version=1.0.2 +version=1.1.0 revision=2 -wrksrc="${pkgname}-${pkgname}-${version}" maintainer="Dominik Honnef " license="BSD" hostmakedepends="perl" homepage="http://hoytech.com/vmtouch/" short_desc="The Virtual Memory Toucher" -distfiles="https://github.com/hoytech/vmtouch/archive/vmtouch-${version}.tar.gz" -checksum=48d41e5b805a0fcac46c12feeb4650e4b9def44b75d528d7c66c2f8b3a747c39 - -do_build() { - make ${makejobs} -} +distfiles="https://github.com/hoytech/vmtouch/archive/v${version}.tar.gz" +checksum=1ba2a12aabed977894ce3a272b2fa8ed6ddfec7a720d7686e074f9e756104796 do_install() { make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man8 install