summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-09-12 05:56:18 +0200
committerJan Neumann2017-09-12 05:56:18 +0200
commit01c1e578350c0da2289a844c87ab6154d967bf5d (patch)
treeda5a3e4c238fe4082cfd8a6caf2445a84b90b1e8
parentf27f828ee1b1dd84c9590b6502ea34006d6bfe90 (diff)
downloadaur-01c1e578350c0da2289a844c87ab6154d967bf5d.tar.gz
add ruby as makedepend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8557c62ab05..effa10f8e913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = latte-dock-git
- pkgdesc = A dock based on plasma frameworks - git version
- pkgver = 0.7.1.r10.gfd1ae87
+ pkgdesc = Replacement dock for Plasma desktops, providing an elegant and intuitive experience for your tasks and plasmoids- git version
+ pkgver = 0.7.1.r16.gbe779e2
pkgrel = 1
url = https://cgit.kde.org/latte-dock.git/
arch = i686
@@ -10,6 +10,7 @@ pkgbase = latte-dock-git
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = python
+ makedepends = ruby
depends = plasma-framework
depends = plasma-desktop
optdepends = libunity: quicklists, counters, and progress bars for apps using libunity
diff --git a/PKGBUILD b/PKGBUILD
index 329a91e3c476..b535d5b65743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Michael Straube <straubem@gmx.de>
pkgname=latte-dock-git
-pkgver=0.7.1.r10.gfd1ae87
+pkgver=0.7.1.r16.gbe779e2
pkgrel=1
-pkgdesc='A dock based on plasma frameworks - git version'
+pkgdesc='Replacement dock for Plasma desktops, providing an elegant and intuitive experience for your tasks and plasmoids- git version'
arch=('i686' 'x86_64')
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')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'python' 'ruby')
conflicts=('latte-dock')
source=("git+"git://anongit.kde.org/latte-dock.git)
sha256sums=('SKIP')