mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
plocate: update to 1.1.17.
This commit is contained in:
parent
87fbdb28f6
commit
07082b5ece
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'plocate'
|
# Template file for 'plocate'
|
||||||
pkgname=plocate
|
pkgname=plocate
|
||||||
version=1.1.16
|
version=1.1.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://plocate.sesse.net/"
|
homepage="https://plocate.sesse.net/"
|
||||||
changelog="https://git.sesse.net/?p=plocate;a=blob_plain;f=NEWS;hb=HEAD"
|
changelog="https://git.sesse.net/?p=plocate;a=blob_plain;f=NEWS;hb=HEAD"
|
||||||
distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz"
|
distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz"
|
||||||
checksum=4504df6f9df0e253466eab29c88ad37fc7bdff106f4872f96bc980e80b3a9631
|
checksum=5a622d8839de8f70aff74adca67336749cdc42a826575995b6b33a582bbf270b
|
||||||
|
|
||||||
system_accounts="_plocate"
|
system_accounts="_plocate"
|
||||||
|
|
||||||
|
@ -25,10 +25,6 @@ alternatives="
|
||||||
locate:updatedb:/usr/bin/pupdatedb
|
locate:updatedb:/usr/bin/pupdatedb
|
||||||
locate:updatedb.conf.5:/usr/share/man/man5/pupdatedb.conf.5"
|
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
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
LIBS="-latomic"
|
LIBS="-latomic"
|
||||||
|
|
Loading…
Add table
Reference in a new issue