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

Jan Steffens heftig at gemini.archlinux.org
Mon Oct 25 20:39:40 UTC 2021


    Date: Monday, October 25, 2021 @ 20:39:40
  Author: heftig
Revision: 426577

0.3.14-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 20:37:37 UTC (rev 426576)
+++ PKGBUILD	2021-10-25 20:39:40 UTC (rev 426577)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=grilo-plugins
-pkgver=0.3.13
-pkgrel=2
+pkgver=0.3.14
+pkgrel=1
 epoch=1
 pkgdesc="A collection of plugins for the Grilo framework"
 url="https://gitlab.gnome.org/GNOME/grilo-plugins"
@@ -15,7 +15,7 @@
 optdepends=('dleyna-server: DLNA plugin'
             'tracker3-miners: Tracker plugin')
 groups=(gnome)
-_commit=660041b7b6460bbe4becef1b675f4f96189cba2b  # tags/grilo-plugins-0.3.13^0
+_commit=9d2afa38e13ff0ea5ddbc32a32900a3f2f496dc5  # tags/grilo-plugins-0.3.14^0
 source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit"
         0001-grl-lua-factory-Remove-a-bad-pop.patch)
 sha256sums=('SKIP'
@@ -44,5 +44,5 @@
 
 package() {
   depends+=(libgr{ilo,lnet,lpls}-0.3.so)
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list