nocache: update to 1.2.

This commit is contained in:
Duncaen 2022-05-12 22:52:22 +02:00
parent 26a0383cf1
commit 69810f63cf
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 5 additions and 3 deletions

View File

@ -1,17 +1,19 @@
# Template file for 'nocache' # Template file for 'nocache'
pkgname=nocache pkgname=nocache
version=1.1 version=1.2
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_check_target="test"
checkdepends="perl"
short_desc="Minimize filesystem caching effects" short_desc="Minimize filesystem caching effects"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/Feh/nocache" homepage="https://github.com/Feh/nocache"
distfiles="https://github.com/Feh/nocache/archive/v${version}.tar.gz" distfiles="https://github.com/Feh/nocache/archive/v${version}.tar.gz"
checksum=e5441b27f60e1af5551b76fe0c8a9da17b8c31675794d9d49bf59c7c47fbb9b9 checksum=2f8c6adbc82da4477416e1eaf9d435cf52f602d07064602f433d4ba4ecad5fdd
pre_build() { pre_build() {
sed -i -e '/#include <error.h>/d' cachedel.c cachestats.c vsed -e '/#include <error.h>/d' -i cachedel.c -i cachestats.c
} }
post_install() { post_install() {