nocache: update to 1.2.
This commit is contained in:
parent
26a0383cf1
commit
69810f63cf
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'nocache'
|
||||
pkgname=nocache
|
||||
version=1.1
|
||||
version=1.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_check_target="test"
|
||||
checkdepends="perl"
|
||||
short_desc="Minimize filesystem caching effects"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/Feh/nocache"
|
||||
distfiles="https://github.com/Feh/nocache/archive/v${version}.tar.gz"
|
||||
checksum=e5441b27f60e1af5551b76fe0c8a9da17b8c31675794d9d49bf59c7c47fbb9b9
|
||||
checksum=2f8c6adbc82da4477416e1eaf9d435cf52f602d07064602f433d4ba4ecad5fdd
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue