[arch-commits] Commit in tt-rss/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Jul 14 16:53:54 UTC 2015


    Date: Tuesday, July 14, 2015 @ 18:53:53
  Author: anatolik
Revision: 136921

Add php-gd as an optdepends

Modified:
  tt-rss/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-14 16:51:11 UTC (rev 136920)
+++ PKGBUILD	2015-07-14 16:53:53 UTC (rev 136921)
@@ -12,7 +12,9 @@
 url='http://tt-rss.org/redmine/'
 license=('GPL')
 depends=('php')
-optdepends=('mysql' 'postgresql')
+optdepends=('mysql'
+            'postgresql'
+            'php-gd: for coloured feed badges')
 install=tt-rss.install
 source=($pkgname-$pkgver.tar.gz::https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
         service)



More information about the arch-commits mailing list