summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author1F616EMO2023-10-13 07:15:12 +0800
committer1F616EMO2023-10-13 07:15:12 +0800
commit9d3902fd9f3a866b60661aaa508534f211833960 (patch)
treefb6efcc88f008bc8c328e784cc600a26fda6eb48 /PKGBUILD
parent41ccc524065b3b0a121a0edba4b9f897e58fb244 (diff)
downloadaur-9d3902fd9f3a.tar.gz
WORKAROUND: Ass zenity as hard dependency
Fixes https://aur.archlinux.org/packages/mixing-station-pc#comment-938013
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71acdfec538c..7523ed5cba96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=mixing-station-pc
pkgver=1.9.8_412
-pkgrel=8
+pkgrel=9
pkgdesc='Mixer remote control for multiple mixers'
arch=('any')
url='https://mixingstation.app/'
license=('custom:proprietary')
-depends=('jre11-openjdk')
+depends=('jre11-openjdk' 'zenity')
provides=('mixing-station')
source=(
"$pkgname-$pkgver-release.zip::https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release"