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

Felix Yan fyan at archlinux.org
Mon Dec 7 08:55:52 UTC 2015


    Date: Monday, December 7, 2015 @ 09:55:52
  Author: fyan
Revision: 149776

fix dependency on sqlite

Modified:
  osdlyrics/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 08:55:49 UTC (rev 149775)
+++ PKGBUILD	2015-12-07 08:55:52 UTC (rev 149776)
@@ -10,7 +10,7 @@
 url="http://code.google.com/p/osd-lyrics/"
 license=('GPL3')
 depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
-         'desktop-file-utils' 'hicolor-icon-theme')
+         'desktop-file-utils' 'hicolor-icon-theme' 'sqlite')
 makedepends=('intltool')
 install=$pkgname.install
 source=("http://osd-lyrics.googlecode.com/files/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list