summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2015-08-09 16:15:26 +0200
committerLucas Werkmeister2015-08-09 17:07:08 +0200
commit0c87f6a1f7405af513dbe567e1f275d39b48aa15 (patch)
treeee193c7aa0046be084f4f4536526625843ad36dc /PKGBUILD
parent88d53e17c0fbf0a4e1daf7829c99fba7d0edf7c4 (diff)
downloadaur-0c87f6a1f7405af513dbe567e1f275d39b48aa15.tar.gz
Remove unnecessary line break
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e222a1dc57d3..878cd31ecf1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ pkgdesc="A multi-interface Twitter client written in Python."
arch=(any)
url="http://turpial.org.ve/"
license=('GPL3')
-depends=('python2' 'python2-distribute' 'python-simplejson>=1.9.2' 'pygtk>=2.12' 'python-notify2>=0.1.1' 'notification-daemon' 'gstreamer0.10-python' 'python-babel>=0.9.1'
-'pywebkitgtk')
+depends=('python2' 'python2-distribute' 'python-simplejson>=1.9.2' 'pygtk>=2.12' 'python-notify2>=0.1.1' 'notification-daemon' 'gstreamer0.10-python' 'python-babel>=0.9.1' 'pywebkitgtk')
optdepends=('python2-gtkspell>=2.25.3' 'gnome-spell' 'aspell')
conflicts=('turpial')
source=(http://files.turpial.org.ve/sources/stable/$pkgname-$pkgver.tar.gz)