summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e0b33826542..82dc4a855c67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,9 @@ pkgbase = quaternion-git
url = https://github.com/Fxrh/Quaternion
arch = any
license = LGPL
- makedepends = git cmake make
+ makedepends = git
+ makedepends = cmake
+ makedepends = make
depends = qt5-base
depends = qt5-declarative
depends = qt5-quickcontrols
diff --git a/PKGBUILD b/PKGBUILD
index 86404a44c462..ba98becb47cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/Fxrh/Quaternion"
license=('LGPL')
depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols')
-makedepends=('git cmake make')
+makedepends=('git' 'cmake' 'make')
provides=('quaternion')
conflicts=('quaternion')
source=('quaternion-git::git+https://github.com/fxrh/quaternion.git')