diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-06 12:13:36 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-06 12:13:36 -0300 |
commit | 4a9023500f5b915ccbf556296c756ce3f2faef5b (patch) | |
tree | 28258893f8d5094fdb84ede1e97afa36a5276696 /extra/xine-lib | |
parent | 3dac66779d53dc58badb4f964177f7692c1bd92c (diff) | |
parent | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/gcc/PKGBUILD
extra/shared-mime-info/PKGBUILD
extra/smb4k/PKGBUILD
libre/audacious-plugins-libre/PKGBUILD
multilib/gcc-multilib/PKGBUILD
testing/xfig/PKGBUILD
Diffstat (limited to 'extra/xine-lib')
-rw-r--r-- | extra/xine-lib/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xine-lib/PKGBUILD b/extra/xine-lib/PKGBUILD index 69468c86f..1e8716138 100644 --- a/extra/xine-lib/PKGBUILD +++ b/extra/xine-lib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 147743 2012-01-27 19:57:13Z eric $ +# $Id: PKGBUILD 148646 2012-02-05 03:52:36Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=xine-lib -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A multimedia playback engine" arch=('i686' 'x86_64' 'mips64el') url="http://www.xine-project.org" @@ -31,7 +31,7 @@ optdepends=('imagemagick: for using the imagemagick plugin' \ 'libvdpau: for using the VDPAU plugin') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) -sha1sums=('5d5385f2a0c3bb7beaba1079cd9b62c4c92a301d') +sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94') build() { cd "${srcdir}/${pkgname}-${pkgver}" |