diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-12 14:30:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-12 14:30:30 -0300 |
commit | 85eb0a36be452292a56919a40545bbd561c94656 (patch) | |
tree | 664804e13b51e1157cce50dfe114e528bfecf213 /libre/liferea/PKGBUILD | |
parent | a8f02f321ef3dfe4917ef36ed49f14962661fdb4 (diff) | |
download | abslibre-85eb0a36be452292a56919a40545bbd561c94656.tar.gz abslibre-85eb0a36be452292a56919a40545bbd561c94656.tar.bz2 abslibre-85eb0a36be452292a56919a40545bbd561c94656.zip |
liferea-1.10.17-1.parabola1: updating version
Diffstat (limited to 'libre/liferea/PKGBUILD')
-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 47dcede1d..003b732e7 100644 --- a/libre/liferea/PKGBUILD +++ b/libre/liferea/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 242155 2015-07-13 03:31:37Z eric $ +# $Id: PKGBUILD 250780 2015-11-12 01:28:40Z eric $ # Maintainer (Arch): Eric Bélanger <eric@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: bitlord pkgname=liferea -pkgver=1.10.16 +pkgver=1.10.17 pkgrel=1.parabola1 pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions" arch=('i686' 'x86_64') @@ -24,7 +24,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=('ef31d5de815de35083d07c0bd5499f74e32f95b7' +sha1sums=('7f19a64984424a7c24408dc62721a8fb5b0ef80d' 'e787f9209415ed2574e54b020cf449268ece3583') build() { |