summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-07-30 21:17:00 +0300
committergardenapple2020-07-30 21:17:00 +0300
commite3b60192df77a4275e2572ec5244c34269035bd4 (patch)
treea8e1c0d36b8f4da976ec4f76218d841cd0c17c0e
parentb37b3fdfbcb117b2c2e296693fa7a2542b801180 (diff)
downloadaur-e3b60192df77a4275e2572ec5244c34269035bd4.tar.gz
Remove zenity from (non-optional) dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00655379406b..b488b7e55037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = unetbootin-qt5-git
depends = p7zip
depends = qt5-base
depends = mtools
- depends = zenity
optdepends = polkit: run unetbootin directly from menu
optdepends = zenity: display an error if no authentication agent is found
provides = unetbootin
diff --git a/PKGBUILD b/PKGBUILD
index f9440e760fdc..4692e8f3ccfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('x86_64')
license=('GPL')
pkgdesc='Create bootable Live USB drives (Qt5 fork)'
url='https://unetbootin.github.io'
-depends=('syslinux' 'p7zip' 'qt5-base' 'mtools' 'zenity')
+depends=('syslinux' 'p7zip' 'qt5-base' 'mtools')
makedepends=('git' 'qt5-tools')
provides=('unetbootin')
optdepends=('polkit: run unetbootin directly from menu'