summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-03-05 17:47:55 +0700
committerKonstantin Shalygin2017-03-05 17:47:55 +0700
commitb573ce2da278bb38cf93bc99d0e29bd8da01bdf2 (patch)
treed79af6e51e1323d40035b91a42ad2dc1eaa115e8
parent33d3bb41545d2813b5d64461bfe842ff51083520 (diff)
downloadaur-b573ce2da278bb38cf93bc99d0e29bd8da01bdf2.tar.gz
Add git to makedeps.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a5d389efa7..a11a001c1da1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Feb 8 12:17:15 UTC 2017
+# Sun Mar 5 10:47:14 UTC 2017
pkgbase = nextcloud-client
pkgdesc = Nextcloud desktop client
pkgver = 2.2.4
- pkgrel = 4
+ pkgrel = 5
url = https://nextcloud.com/
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
makedepends = extra-cmake-modules
makedepends = python-sphinx
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 7f26d7923812..e42332642669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='nextcloud-client'
pkgver='2.2.4'
-pkgrel='4'
+pkgrel='5'
pkgdesc='Nextcloud desktop client'
arch=('i686' 'x86_64')
url='https://nextcloud.com/'
license=('GPL2')
depends=('qt5-webkit' 'hicolor-icon-theme' 'xdg-utils' 'qtkeychain')
-makedepends=('extra-cmake-modules' 'python-sphinx' 'qt5-tools' 'doxygen' 'qtkeychain')
+makedepends=('git' 'extra-cmake-modules' 'python-sphinx' 'qt5-tools' 'doxygen' 'qtkeychain')
optdepends=('python2-nautilus: integration with Nautilus'
'nemo-python: integration with Nemo'
'kio: Resource and network access abstraction (KDE)'