diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
commit | 1fafdadaae260eaef7194102b5eb842466e63dd1 (patch) | |
tree | 734ab5c097f5a2ed36c2a7049d44f9c2bb46dede /extra/xvidcore | |
parent | 1f52af629b1911ab027ef9c5d4d5903b48792050 (diff) | |
parent | 6dab5c46b00f624c7900ff6d11b75bcafbe251d0 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/unpaper/PKGBUILD
community/virtualbox/PKGBUILD
core/crda/PKGBUILD
core/eventlog/PKGBUILD
extra/v86d/PKGBUILD
extra/vlc/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/xvidcore')
-rw-r--r-- | extra/xvidcore/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xvidcore/PKGBUILD b/extra/xvidcore/PKGBUILD index afdd7541b..a6db80062 100644 --- a/extra/xvidcore/PKGBUILD +++ b/extra/xvidcore/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 111793 2011-03-01 00:12:59Z eric $ +# $Id: PKGBUILD 119595 2011-04-12 15:34:48Z eric $ # Maintainer: tobias <tobias@archlinux.org> # Contributor: Sarah Hay <sarah@archlinux.org> pkgname=xvidcore -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="XviD is an open source MPEG-4 video codec" arch=('i686' 'x86_64' 'mips64el') @@ -12,8 +12,8 @@ url="http://www.xvid.org/" depends=('glibc') makedepends=('nasm') source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2) -md5sums=('22621243c4a588dcee599e77736309c2') -sha1sums=('3220e3feee2c92ae73169009a23c9ef929867bc7') +md5sums=('5b1c7032809bef6fa11eb3f4fbcf78e4') +sha1sums=('15acd3bbd4ddd39ffec7bc14f7cc2c9fe08e01c3') build() { cd "${srcdir}/${pkgname}/build/generic" |