diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-04 10:40:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-04 10:40:59 -0300 |
commit | 1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (patch) | |
tree | 216bc7e920c66a705a160ab98ca99ebd3f692e8e /community/fbreader | |
parent | e5ec91bd8051afc41414938217ee09c65aa6c7a2 (diff) | |
parent | 8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/hostapd/PKGBUILD
community/polipo/PKGBUILD
extra/libotf/PKGBUILD
extra/libssh/PKGBUILD
extra/m17n-lib/PKGBUILD
Diffstat (limited to 'community/fbreader')
-rw-r--r-- | community/fbreader/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fbreader/PKGBUILD b/community/fbreader/PKGBUILD index 8d668c9f0..b6493861c 100644 --- a/community/fbreader/PKGBUILD +++ b/community/fbreader/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80619 2012-11-27 09:41:32Z spupykin $ +# $Id: PKGBUILD 80756 2012-12-03 10:06:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=fbreader -pkgver=0.99.3 +pkgver=0.99.4 pkgrel=1 pkgdesc="An e-book reader for Linux" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('GPL') depends=('fribidi' 'bzip2' 'curl' 'qt' 'liblinebreak' 'sqlite') makedepends=('ccache') source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz) -md5sums=('d3c39438f751c29b1fc06e91b3a4e9c3') +md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d') build() { export TARGET_ARCH=desktop |