summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Incognito2020-04-03 14:08:43 +0800
committerDr. Incognito2020-04-03 14:08:43 +0800
commite6635a6dfe13719da6c86e19c34c1724dd6af020 (patch)
treeeb1526330f73b705098cc0e840334184df640af0
parentd9f0eb9ce614781cdb459c8da752270472966b91 (diff)
downloadaur-e6635a6dfe13719da6c86e19c34c1724dd6af020.tar.gz
Fix missing dependencies.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e533af1883..616e92c21e08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = v2ray-desktop
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = jq
makedepends = qt5-tools>=5.14.0
makedepends = qt5-declarative>=5.14.0
depends = clash
diff --git a/PKGBUILD b/PKGBUILD
index 0927184b1d74..c25cfe0d37c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("x86_64")
url="https://github.com/Dr-Incognito/V2Ray-Desktop"
license=("GPL3")
depends=("clash" "qt5-base>=5.14.0" "qt5-quickcontrols>=5.14.0" "qt5-quickcontrols2>=5.14.0" "qt5-svg>=5.14.0")
-makedepends=("git" "qt5-tools>=5.14.0" "qt5-declarative>=5.14.0")
+makedepends=("git" "jq" "qt5-tools>=5.14.0" "qt5-declarative>=5.14.0")
provides=(v2ray-desktop)
source=("V2Ray-Desktop::git+${url}#tag=${pkgver}")
sha512sums=("SKIP")