summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Hansen2021-11-25 06:26:06 +0100
committerSteffen Hansen2021-11-25 06:26:06 +0100
commit939037aa16d91a42c8a267367bfea131be0312e3 (patch)
tree26fbda38f950180f95409338fcbaebf867960c5a
parent4b73ff8b7557b61f30d4cf4f399adeb8619d509a (diff)
downloadaur-939037aa16d91a42c8a267367bfea131be0312e3.tar.gz
Add zenity to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea830cc4fd52..7448ac52ccee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = quickgui-bin
pkgdesc = A Flutter frontend for quickget and quickemu
pkgver = 1.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quickgui/quickgui
arch = x86_64
license = unknown
depends = quickemu
+ depends = zenity
provides = quickgui
conflicts = quickgui
source = quickgui-1.1.5.tar.xz::https://github.com/quickgui/quickgui/releases/download/v1.1.5/quickgui-1.1.5.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 38fb66032554..488bad7dd08b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=quickgui
pkgname=$_pkgname-bin
pkgver=1.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A Flutter frontend for quickget and quickemu"
arch=('x86_64')
url="https://github.com/quickgui/quickgui"
license=('unknown')
-depends=('quickemu')
+depends=('quickemu' 'zenity')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname-$pkgver.tar.xz"::"https://github.com/quickgui/quickgui/releases/download/v$pkgver/quickgui-$pkgver.tar.xz")