[arch-commits] Commit in plocate/trunk (PKGBUILD plocate.tmpfiles)

Morten Linderud foxboron at archlinux.org
Thu Oct 29 11:26:45 UTC 2020


    Date: Thursday, October 29, 2020 @ 11:26:45
  Author: foxboron
Revision: 736496

upgpkg: plocate 1.0.5-2 - Forgot to install tmpfiles.d

Added:
  plocate/trunk/plocate.tmpfiles
Modified:
  plocate/trunk/PKGBUILD

------------------+
 PKGBUILD         |    5 ++++-
 plocate.tmpfiles |    1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-29 11:02:05 UTC (rev 736495)
+++ PKGBUILD	2020-10-29 11:26:45 UTC (rev 736496)
@@ -3,7 +3,7 @@
 
 pkgname=plocate
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
 arch=('x86_64' 'i686')
 url="https://plocate.sesse.net"
@@ -11,8 +11,10 @@
 depends=('zstd' 'liburing' 'mlocate')
 makedepends=('meson')
 source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
+        'plocate.tmpfiles'
         'plocate-build.service')
 sha256sums=('afb62d4ff85bdef51f5daa143e15889718d272cef9e9e43d1149ca36584fa6cd'
+            'd2a8a86dc9b4bb2bf24dbfeb302101fca9dded2fbe204892f6ee3f9a9836a7dc'
             '1aacfdfb905d78eaa207f6cf295b0993c0863d27445eb02d7236bc8075b22e7e')
 
 build() {
@@ -35,4 +37,5 @@
 
     install -Dm644 ../plocate-build.service "${pkgdir}/usr/lib/systemd/system/plocate-build.service"
     install ../build/update-plocate.sh "${pkgdir}/usr/bin/update-plocate.sh"
+    install -Dm644 ../plocate.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
 }

Added: plocate.tmpfiles
===================================================================
--- plocate.tmpfiles	                        (rev 0)
+++ plocate.tmpfiles	2020-10-29 11:26:45 UTC (rev 736496)
@@ -0,0 +1 @@
+f /var/lib/mlocate/plocate.db   0750 root locate



More information about the arch-commits mailing list