summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2019-07-15 19:03:54 +0200
committerSefa Eyeoglu2019-07-15 19:03:54 +0200
commita5913ffa9462f62aba3c94c93fe556bfb8c0c18b (patch)
treeeae902b82d4671c9a9fbf6d047ebf446fffd22bf
parent537991c350d2922c35d154e49c89276a8b780cfc (diff)
downloadaur-a5913ffa9462f62aba3c94c93fe556bfb8c0c18b.tar.gz
upgpkg: libquotient 0.5.2-3
add missing makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1012fcaf18d3..818edb841c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = libquotient
license = LGPL2
makedepends = git
makedepends = cmake
+ makedepends = make
+ makedepends = gcc
depends = qt5-base
depends = qt5-multimedia
provides = libquotient
diff --git a/PKGBUILD b/PKGBUILD
index 0608b785434a..eeb80d4fd10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64)
url="https://github.com/quotient-im/libQuotient"
license=("LGPL2")
depends=("qt5-base" "qt5-multimedia")
-makedepends=("git" "cmake")
+makedepends=("git" "cmake" "make" "gcc")
provides=("libquotient")
conflicts=("libquotient")
source=("${pkgname}::git+https://github.com/quotient-im/libQuotient.git#tag=${pkgver}")