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

Jerome Leclanche jleclanche at archlinux.org
Mon May 3 15:11:17 UTC 2021


    Date: Monday, May 3, 2021 @ 15:11:17
  Author: jleclanche
Revision: 927218

upgpkg: heimdall 1.4.2-4: Make qt5-base an optdepends

Modified:
  heimdall/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-03 14:45:58 UTC (rev 927217)
+++ PKGBUILD	2021-05-03 15:11:17 UTC (rev 927218)
@@ -3,7 +3,7 @@
 _pkgname=Heimdall
 pkgver=1.4.2
 _pkgver=v$pkgver
-pkgrel=3
+pkgrel=4
 pkgdesc="Tool suite used to flash firmware (ROMs) onto Samsung Galaxy S devices"
 arch=("x86_64")
 url="https://glassechidna.com.au/heimdall/"
@@ -10,7 +10,10 @@
 license=("MIT")
 depends=("qt5-base")
 makedepends=("cmake")
-optdepends=("android-udev: Udev rules to connect Android devices to your linux box")
+optdepends=(
+    "android-udev: Udev rules to connect Android devices to your linux box"
+    "qt5-base: GUI support for heimdall-frontend"
+)
 source=(
 	"$pkgname-$pkgver.tar.gz::https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v$pkgver/$_pkgname-$_pkgver.tar.gz"
 	"heimdall.desktop"



More information about the arch-commits mailing list