[arch-commits] Commit in gnome-disk-utility/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 6 09:00:36 UTC 2021


    Date: Sunday, June 6, 2021 @ 09:00:35
  Author: heftig
Revision: 417184

40.1-2: depend on systemd instead of systemd-libs

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 08:57:40 UTC (rev 417183)
+++ PKGBUILD	2021-06-06 09:00:35 UTC (rev 417184)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-disk-utility
 pkgver=40.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Disk Management Utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-disk-utility"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 groups=(gnome)
 depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify
-         parted systemd-libs libhandy)
+         parted systemd libhandy)
 makedepends=(git meson docbook-xsl)
 _commit=4da1597a21757db20957deee58f92fb6b70c58c9  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit")
@@ -32,5 +32,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list