summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d5f903669c..380b956c88c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 04:27:29 UTC 2016
+# Tue Jan 26 04:30:39 UTC 2016
pkgbase = swift-git
pkgver = 3.0beta2.r116.gf377207
pkgrel = 1
@@ -7,6 +7,7 @@ pkgbase = swift-git
arch = i686
arch = x86_64
license = GPL3
+ makedepends = git
makedepends = python2
makedepends = openssl
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index cc0bbec2d2f3..7a938a9239d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgrel=1
arch=('i686' 'x86_64')
url="http://swift.im/"
license=('GPL3')
-makedepends=('python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia' 'qt5-webkit' 'qt5-x11extras' 'qt5-tools')
+makedepends=('git' 'python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
+ 'qt5-webkit' 'qt5-x11extras' 'qt5-tools')
source=("git://swift.im/swift")
md5sums=('SKIP')