summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-10-12 17:57:50 +0200
committerBuildTools2016-10-12 17:57:50 +0200
commit36e8252ebf58f735d7998f4f4a9fc4c8a944a50c (patch)
treef6788d8a597e920101a67866b4a835078a4435f5
parent2a2b2e89b891f63e4421fd80407ba896a59fe233 (diff)
downloadaur-36e8252ebf58f735d7998f4f4a9fc4c8a944a50c.tar.gz
Added build dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e99ed53a8457..0e0b33826542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = quaternion-git
pkgdesc = Qt5-based IM client for the Matrix protocol
- pkgver = d9a77f0
+ pkgver = v0.0.1.59.g211b334
pkgrel = 1
url = https://github.com/Fxrh/Quaternion
arch = any
license = LGPL
- makedepends = git
+ makedepends = git cmake make
depends = qt5-base
depends = qt5-declarative
depends = qt5-quickcontrols
diff --git a/PKGBUILD b/PKGBUILD
index 3ac148c5a358..86404a44c462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martin Weinelt <hexa@darmstadt.ccc.de>
pkgname=quaternion-git
-pkgver=d9a77f0
+pkgver=v0.0.1.59.g211b334
pkgrel=1
pkgdesc="Qt5-based IM client for the Matrix protocol"
arch=('any')
url="https://github.com/Fxrh/Quaternion"
license=('LGPL')
depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols')
-makedepends=('git')
+makedepends=('git cmake make')
provides=('quaternion')
conflicts=('quaternion')
source=('quaternion-git::git+https://github.com/fxrh/quaternion.git')