diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-11 11:53:09 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-11 11:53:09 +0100 |
commit | 3156702a5deccd61451be9f7d8ba0fd212a3043b (patch) | |
tree | 624620bf3c78560df2455ebe11c66073a39d7355 /extra/libxv/PKGBUILD | |
parent | aa74620a7ef4a49bd466b993c4675514781bd179 (diff) | |
parent | 4640048ddd1331c9f6fc14b8921ccecdb6b1ea11 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/kmod/PKGBUILD
core/nfs-utils/PKGBUILD
extra/libdmx/PKGBUILD
gnome-unstable/gnome-keyring/PKGBUILD
gnome-unstable/libgnome-keyring/PKGBUILD
gnome-unstable/libgweather/PKGBUILD
gnome-unstable/libgweather/libgweather.install
multilib/lib32-gnutls/PKGBUILD
multilib/lib32-libtiff/PKGBUILD
testing/libxcb/PKGBUILD
testing/libxcb/libxcb-1.1-no-pthread-stubs.patch
testing/libxi/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/libxv/PKGBUILD')
-rw-r--r-- | extra/libxv/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxv/PKGBUILD b/extra/libxv/PKGBUILD index f62ed1639..94651950c 100644 --- a/extra/libxv/PKGBUILD +++ b/extra/libxv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151440 2012-02-26 10:56:31Z pierre $ +# $Id: PKGBUILD 152795 2012-03-09 16:32:25Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxv -pkgver=1.0.6 -pkgrel=2 +pkgver=1.0.7 +pkgrel=1 pkgdesc="X11 Video extension library" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -12,7 +12,7 @@ depends=('libxext' 'videoproto') makedepends=('pkgconfig') options=('!libtool') source=("${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2") -sha1sums=('9ebb6d7936a7b247b9b0f6dc81def39a18e4214c') +sha1sums=('49c87e0ccb999966b7b1b4e72cb927f05e0835bd') build() { cd "${srcdir}/libXv-${pkgver}" |