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

Maxime Gauduin alucryd at archlinux.org
Sat Sep 21 08:43:40 UTC 2019


    Date: Saturday, September 21, 2019 @ 08:43:39
  Author: alucryd
Revision: 511330

Fix unquoted pkgdir

Modified:
  lib32-libgudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-21 08:17:05 UTC (rev 511329)
+++ PKGBUILD	2019-09-21 08:43:39 UTC (rev 511330)
@@ -20,9 +20,15 @@
   python
 )
 provides=(libgudev-1.0.so)
-source=(git+https://gitlab.gnome.org/GNOME/libgudev.git#tag=${pkgver})
+source=(git+https://gitlab.gnome.org/GNOME/libgudev.git#tag=f76d04cbb66f9c0ef7f744ebc12f0336a4dc9170)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd libgudev
+
+  git describe --tags
+}
+
 prepare() {
   cd libgudev
 
@@ -49,7 +55,7 @@
 
 package() {
   make DESTDIR="${pkgdir}" -C libgudev install
-  rm -rf ${pkgdir}/usr/{include,share}
+  rm -rf "${pkgdir}"/usr/{include,share}
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list