diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-21 09:52:33 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-21 09:52:33 -0300 |
commit | 4c50cd8958fa83e4edbf7d2f9c6b475300f40538 (patch) | |
tree | dc9e49842b221641263384e2b49ab0d8ad6d0e59 /extra/poppler | |
parent | 125e2429b897d89b7e37fd8ca7b6e11926f677ae (diff) | |
parent | a3669c04838b48b6891b2ffc4b296fa515f8174f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/qingy/PKGBUILD
community/mfs/PKGBUILD
extra/mysql/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/poppler')
-rw-r--r-- | extra/poppler/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/poppler/PKGBUILD b/extra/poppler/PKGBUILD index ba254f514..49f3b2cc2 100644 --- a/extra/poppler/PKGBUILD +++ b/extra/poppler/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163501 2012-07-13 16:26:14Z andyrtr $ +# $Id: PKGBUILD 165431 2012-08-19 07:58:23Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=poppler pkgname=('poppler' 'poppler-glib' 'poppler-qt') -pkgver=0.20.2 +pkgver=0.20.3 pkgrel=1 arch=(i686 x86_64 mips64el) license=('GPL') @@ -13,7 +13,7 @@ url="http://poppler.freedesktop.org/" _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2) -md5sums=('45dd2c16c8c4d1a39e830e45745c4e25' +md5sums=('28c40266f374e1960a7bcead17d39f96' '9dc64c254a31e570507bdd4ad4ba629a') build() { |