diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/liferea/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/liferea/PKGBUILD b/libre/liferea/PKGBUILD index 96bb8e6a2..ca4b4711f 100644 --- a/libre/liferea/PKGBUILD +++ b/libre/liferea/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 238777 2015-05-09 23:20:06Z eric $ +# $Id: PKGBUILD 239850 2015-05-28 12:58:59Z jgc $ # Maintainer (Arch): Eric Bélanger <eric@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: bitlord pkgname=liferea pkgver=1.10.15 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions" arch=('i686' 'x86_64' 'mips64el') url="http://liferea.sourceforge.net/" @@ -13,7 +13,7 @@ replaces=('liferea-libre') conflicts=('liferea-libre') license=('GPL') depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' - 'gnome-icon-theme' 'desktop-file-utils') + 'desktop-file-utils') makedepends=('intltool' 'gobject-introspection') optdepends=('gnome-keyring: for keyring plugin support' 'libgnome-keyring: for keyring plugin support' |