summaryrefslogtreecommitdiff
path: root/libre/liferea-libre/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-07 02:08:54 -0700
committerroot <root@rshg054.dnsready.net>2013-09-07 02:08:54 -0700
commitb764a223c0b6b4a0001839d8b0fd83b604fbb219 (patch)
tree92e9945b5910d1b8a83fbde05f301b4471de2c97 /libre/liferea-libre/PKGBUILD
parent670cfaf55e53f7380ca8ee7b4acb2bf0248685c4 (diff)
Sat Sep 7 02:08:44 PDT 2013
Diffstat (limited to 'libre/liferea-libre/PKGBUILD')
-rw-r--r--libre/liferea-libre/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/liferea-libre/PKGBUILD b/libre/liferea-libre/PKGBUILD
index a24893a6f..8ff51b16d 100644
--- a/libre/liferea-libre/PKGBUILD
+++ b/libre/liferea-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 191729 2013-07-29 18:51:12Z eric $
+# $Id: PKGBUILD 193917 2013-09-06 04:31:29Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
# Contributor (Parabola): bitlord
# Contributor (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=liferea
pkgname=liferea-libre
-pkgver=1.10.1.a
+pkgver=1.10.2
pkgrel=1
pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions"
arch=('i686' 'x86_64')
@@ -24,19 +24,20 @@ optdepends=('gnome-keyring: for keyring plugin support'
'gst-plugins-bad-libre: for media player plugin support')
options=('!libtool' '!emptydirs')
install=liferea.install
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver%*.*}a.tar.bz2
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2
remove-non-free-suggestions.patch)
-sha1sums=('c0c8508adb6ccfda46453b6a213c15ab78ad5d2c'
+sha1sums=('24d533af7dcd985d3cc8b2589fc3443c17b5acd7'
'855de60c91b5fee71c7ec88dd04b7d24a02dc0d1')
build() {
- cd liferea-${pkgver%*.*}a
+ cd liferea-${pkgver}
+ # remove nonfree suggestions
patch -Np1 -i "$srcdir/remove-non-free-suggestions.patch"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-compile
make
}
package() {
- cd liferea-${pkgver%*.*}a
+ cd liferea-${pkgver}
make DESTDIR="${pkgdir}" install
}