summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Mehani2015-01-12 09:45:16 +1100
committerOlivier Mehani2015-01-12 09:45:16 +1100
commitf73b29d6053ebdfb45f4f4e61d3473b8230cb432 (patch)
treebed774fbb77d89bc2e5c9bdffb97fdafff31f8ba /PKGBUILD
parent4bf5bfa216f91858f5caf66a0dee251020bccf10 (diff)
downloadaur-f73b29d6053ebdfb45f4f4e61d3473b8230cb432.tar.gz
[gtg-git] (Apparently) fix optdepends display issue in AUR
Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD34
1 files changed, 17 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60687df9e46b..ecb7998e2756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,23 +13,23 @@ depends=('pygtk' 'pygobject' 'python2-configobj' 'pyxdg' 'dbus-python'
'python-liblarch-git' 'python-dbus' 'python-cairo')
makedepends=('bzr' 'python2-gconf')
optdepends=(
-"python-bugz: for Bugzilla plugin"
-"python-cheetah: for Export and print plugin"
-"pdflatex: for Export and print plugin"
-"pdftk: for Export and print plugin"
-"pdfjam: for Export and print plugin"
-"python-geoclue: for Geolocalized tasks plugin"
-"python-clutter: for Geolocalized tasks plugin"
-"python-clutter-gtk: for Geolocalized tasks plugin"
-"python-champlain: for Geolocalized tasks plugin"
-"python-champlain-gtk: for Geolocalized tasks plugin"
-"hamster-time-tracker: for Hamster Time Tracker Integration to integrate with"
-"python-appindicator: for Notification area plugin"
-"python-dbus: for Tomboy/Gnote plugin"
-"python-evolution: for Evolution synchronization service"
-"python-dateutil: for Evolution and RememberTheMilk synchronization services"
-"python-suds: for MantisBT synchronization service"
-"python-launchpadlib: for Launchpad synchronization service"
+'python-bugz: for Bugzilla plugin'
+'python-cheetah: for Export and print plugin'
+'pdflatex: for Export and print plugin'
+'pdftk: for Export and print plugin'
+'pdfjam: for Export and print plugin'
+'python-geoclue: for Geolocalized tasks plugin'
+'python-clutter: for Geolocalized tasks plugin'
+'python-clutter-gtk: for Geolocalized tasks plugin'
+'python-champlain: for Geolocalized tasks plugin'
+'python-champlain-gtk: for Geolocalized tasks plugin'
+'hamster-time-tracker: for Hamster Time Tracker Integration to integrate with'
+'python-appindicator: for Notification area plugin'
+'python-dbus: for Tomboy/Gnote plugin'
+'python-evolution: for Evolution synchronization service'
+'python-dateutil: for Evolution and RememberTheMilk synchronization services'
+'python-suds: for MantisBT synchronization service'
+'python-launchpadlib: for Launchpad synchronization service'
)
conflicts=('gtg')
install="${pkgname}.install"