plocate: update to 1.1.18.
This commit is contained in:
parent
fca3572dc2
commit
7b058e8ead
|
@ -0,0 +1,10 @@
|
|||
--- a/updatedb.cpp
|
||||
+++ b/updatedb.cpp
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <assert.h>
|
||||
#include <chrono>
|
||||
+#include <cinttypes>
|
||||
#include <dirent.h>
|
||||
#include <fcntl.h>
|
||||
#include <getopt.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'plocate'
|
||||
pkgname=plocate
|
||||
version=1.1.17
|
||||
version=1.1.18
|
||||
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=5a622d8839de8f70aff74adca67336749cdc42a826575995b6b33a582bbf270b
|
||||
checksum=939657050b70719b01ce04fc1c8b64270062a0d53da2c72eafbe036a1964e12c
|
||||
|
||||
system_accounts="_plocate"
|
||||
|
||||
|
|
Loading…
Reference in New Issue