diff options
Diffstat (limited to 'libre/liferea-libre/PKGBUILD')
-rw-r--r-- | libre/liferea-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/liferea-libre/PKGBUILD b/libre/liferea-libre/PKGBUILD index 54d262de3..cfb211c1f 100644 --- a/libre/liferea-libre/PKGBUILD +++ b/libre/liferea-libre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 208122 2014-03-18 04:03:06Z eric $ +# $Id: PKGBUILD 211690 2014-04-23 14:07:47Z eric $ # Maintainer: Eric Bélanger <eric@archlinux.org> # Contributor (Parabola): bitlord # Contributor (Parabola): André Silva <emulatorman@parabola.nu> _pkgname=liferea pkgname=liferea-libre -pkgver=1.10.7 +pkgver=1.10.9 pkgrel=1 pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions" arch=('i686' 'x86_64') @@ -26,7 +26,7 @@ options=('!emptydirs') install=liferea.install source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2 remove-non-free-suggestions.patch) -sha1sums=('da0ae3457fc8525bb6e43fef01c3a52bea7e96cf' +sha1sums=('04ff66e4f08ad2f46563a6784c656439cda1f223' '855de60c91b5fee71c7ec88dd04b7d24a02dc0d1') build() { |