summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Harris2017-08-27 20:08:55 -0700
committerMike Harris2017-08-27 20:08:55 -0700
commitd6b2b4c53fefd80364b16bb1be0a6b68dd92fa07 (patch)
tree810172e4f97c64f15dd28645a3c204024b3c434e /PKGBUILD
parentf35796a204c41e765c5b43b77004fe425daab7c9 (diff)
downloadaur-d6b2b4c53fefd80364b16bb1be0a6b68dd92fa07.tar.gz
fix depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b345c4b05b3..b286c6d1307a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A KDE plasmoid for your system tray notifying you of available updates"
url="https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid"
arch=('any')
license=('GPL')
-depends=("fakeroot","konsole")
+depends=("fakeroot""konsole")
makedepends=("make" "cmake" "git" "extra-cmake-modules")
conflicts=()
replaces=()