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

Morten Linderud foxboron at gemini.archlinux.org
Tue Oct 5 21:33:29 UTC 2021


    Date: Tuesday, October 5, 2021 @ 21:33:29
  Author: foxboron
Revision: 1027816

upgpkg: plocate 1.1.12-1 - FS#72199: Provide mlocate

Modified:
  plocate/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 21:29:18 UTC (rev 1027815)
+++ PKGBUILD	2021-10-05 21:33:29 UTC (rev 1027816)
@@ -2,7 +2,7 @@
 # Contributor: Hans-Nikolai Viessmann <hans AT viess DOT mn>
 
 pkgname=plocate
-pkgver=1.1.11
+pkgver=1.1.12
 pkgrel=1
 pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
 arch=('x86_64' 'i686')
@@ -12,12 +12,13 @@
 depends=('zstd' 'liburing' 'systemd')
 makedepends=('meson')
 conflicts=('mlocate')
+provides=('mlocate')
 backup=('etc/updatedb.conf')
 source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
         'plocate.sysusers'
         'plocate.tmpfiles'
         'updatedb.conf')
-sha256sums=('e79cc6656c4bcbb25eb59ae8dcfbd5a1494061c6e80c38dc54ab25c7e1b88e4f'
+sha256sums=('a11d25ad118f5a534dc079150667f92c9a1844f12eb290df3ce9383c51e555b5'
             '1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
             'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202'
             'd00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91')
@@ -42,4 +43,5 @@
     install -Dm644 ../plocate.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
     install -Dm644 ../plocate.sysusers "$pkgdir/usr/lib/sysusers.d/plocate.conf"
     install -Dm644 ../updatedb.conf "${pkgdir}/etc/updatedb.conf"
+    ln -sf /usr/bin/plocate "$pkgdir/usr/bin/mlocate"
 }



More information about the arch-commits mailing list