summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-09-12 06:35:31 +0200
committerJan Neumann2017-09-12 06:35:31 +0200
commitd481bb24da964fe2baf935a9a6a09518e6c0a797 (patch)
treee22e58ed2b80d72361fce271c6fef09028e78351
parent01c1e578350c0da2289a844c87ab6154d967bf5d (diff)
downloadaur-d481bb24da964fe2baf935a9a6a09518e6c0a797.tar.gz
add subversion as makedepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index effa10f8e913..5d120479ebc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = latte-dock-git
makedepends = extra-cmake-modules
makedepends = python
makedepends = ruby
+ makedepends = subversion
depends = plasma-framework
depends = plasma-desktop
optdepends = libunity: quicklists, counters, and progress bars for apps using libunity
diff --git a/PKGBUILD b/PKGBUILD
index b535d5b65743..f504e6806365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://cgit.kde.org/latte-dock.git/'
license=('GPL')
depends=('plasma-framework' 'plasma-desktop')
optdepends=('libunity: quicklists, counters, and progress bars for apps using libunity')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'python' 'ruby')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'python' 'ruby' 'subversion')
conflicts=('latte-dock')
source=("git+"git://anongit.kde.org/latte-dock.git)
sha256sums=('SKIP')