summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779f15a2db40..70464d0ffe78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = obs-input-overlay-bin
url = https://github.com/univrsal/input-overlay
arch = x86_64
license = GPL
+ makedepends = unzip
depends = obs-studio>=19.0.3
depends = libuiohook
provides = obs-input-overlay
diff --git a/PKGBUILD b/PKGBUILD
index bba17a52de4b..4f81f2674985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,9 @@ depends=(
"obs-studio>=${_obsver}"
"libuiohook"
)
+makedepends=(
+ "unzip"
+)
source=(
"https://github.com/univrsal/input-overlay/releases/download/${pkgver}/input-overlay.${pkgver}b.linux64.zip"
)