summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Wiesinger2018-03-15 01:48:05 +0100
committerManuel Wiesinger2018-03-15 01:48:05 +0100
commit1af8acd2a0a1aab97d653d6aa4ae572703c72808 (patch)
tree3cd5cc89322598d7704921d484bbff1d63402431
parentf226e88db24ebcd7675eb88681a7eaed740f5785 (diff)
downloadaur-1af8acd2a0a1aab97d653d6aa4ae572703c72808.tar.gz
Removed whitespace, which prevented installation
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f051f3280758..7fb2ca1fd642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://github.com/kantord/i3-gnome-pomodoro"
license=('unknown')
-depends=('python' 'gnome-shell-pomodoro ' 'python-click>=6.7' 'python-pydbus>=0.6.0' 'i3ipc-python-git')
+depends=('python' 'gnome-shell-pomodoro' 'python-click>=6.7' 'python-pydbus>=0.6.0' 'i3ipc-python-git')
makedepends=('git')
provides=("$_srcname")