summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoelacanthus2020-02-22 14:47:15 +0800
committerCoelacanthus2020-02-22 14:47:15 +0800
commitfba19eaba61d732a1d0340e45bf56e5310b66453 (patch)
treebceb2e7fcff444bb1ec7826353396dc4179e465d
parente691c9976463ef31af57490c1b7e5e4ff1f12175 (diff)
downloadaur-fba19eaba61d732a1d0340e45bf56e5310b66453.tar.gz
Fix: dep error
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 238224f99333..c95140414ab6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = lemon-lime-git
url = https://github.com/iotang/Project_LemonLime
arch = x86_64
license = GPL3
+ makedepends = git
depends = qt5-base
provides = lemon-lime
conflicts = lemon-lime
diff --git a/PKGBUILD b/PKGBUILD
index 95087094b4fc..ffda3a4ea25b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/iotang/Project_LemonLime"
license=('GPL3')
groups=()
depends=('qt5-base')
-makedepends=()
+makedepends=('git')
checkdepends=()
optdepends=()
provides=("lemon-lime")