plocate: update to 1.1.17.
This commit is contained in:
parent
87fbdb28f6
commit
07082b5ece
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'plocate'
|
||||
pkgname=plocate
|
||||
version=1.1.16
|
||||
version=1.1.17
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="
|
||||
|
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://plocate.sesse.net/"
|
||||
changelog="https://git.sesse.net/?p=plocate;a=blob_plain;f=NEWS;hb=HEAD"
|
||||
distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz"
|
||||
checksum=4504df6f9df0e253466eab29c88ad37fc7bdff106f4872f96bc980e80b3a9631
|
||||
checksum=5a622d8839de8f70aff74adca67336749cdc42a826575995b6b33a582bbf270b
|
||||
|
||||
system_accounts="_plocate"
|
||||
|
||||
|
@ -25,10 +25,6 @@ alternatives="
|
|||
locate:updatedb:/usr/bin/pupdatedb
|
||||
locate:updatedb.conf.5:/usr/share/man/man5/pupdatedb.conf.5"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
LIBS="-latomic"
|
||||
|
|
Loading…
Reference in New Issue