summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Tas2021-09-05 13:03:35 +0200
committerSimon Tas2021-09-05 13:03:35 +0200
commit2cbc9c6d3645a094f23f392ef0a68379f07c1f42 (patch)
treeba4c2dd641d8a81745527ff62b7dc5fe7de1aeb4 /PKGBUILD
parent569f4ac79a0bca803d0e38f43ec6ea2926f2bc0e (diff)
downloadaur-deemix-pyweb-git.tar.gz
added unzip as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 675d67fd348d..fed96df7b002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://gitlab.com/RemixDev/$_pkgname"
license=('gpl3')
depends=('python>=3.7' 'deemix' 'python-flask' 'python-flask-socketio' 'python-pyqt5' 'python-pyqt5-sip' 'python-pyqtwebengine' 'python-eventlet')
-makedepends=('git')
+makedepends=('git' 'unzip')
provides=('deemix-pyweb')
source=("${_pkgname}::git+https://gitlab.com/RemixDev/$_pkgname"
"deemix-webui.zip::https://gitlab.com/RemixDev/deemix-webui/-/archive/1.6.0/deemix-webui-1.6.0.zip")