summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2020-07-28 22:05:42 +0200
committerKrzysztof AS (3ED)2020-07-28 22:05:42 +0200
commit789edd0fd36d14df657ebe3649f008595cd3378b (patch)
treef5645c464cdbd4d03b84ad7423b562ac9a17992b
parentd73299ff46a795611f412698723a7c161beacb8c (diff)
downloadaur-qqsp.tar.gz
added git to makedpends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34442d824e51..52d1ed5f2a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = qqsp
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
depends = qsp-common
depends = qt5-webengine
depends = qt5-multimedia
diff --git a/PKGBUILD b/PKGBUILD
index 568a0ff8db8c..862d5e4791df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=("i686" "x86_64")
url="https://gitlab.com/Sonnix1/Qqsp"
license=('MIT')
depends=("qsp-common" "qt5-webengine" "qt5-multimedia")
+makedepends=('git')
source=(
"${_pkgname}::git+https://gitlab.com/Sonnix1/Qqsp.git#tag=v$pkgver"