diff options
author | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
commit | 4037e15db64f7056ae2222c22605b41d95d5b3c3 (patch) | |
tree | 197b645a67f31a4de4492502880ebf5e47e4ecd0 /extra/libxv | |
parent | ab0da22f3d1d275faa99cd8139037a6ec60e2df3 (diff) |
Sat Sep 14 02:27:34 PDT 2013
Diffstat (limited to 'extra/libxv')
-rw-r--r-- | extra/libxv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxv/PKGBUILD b/extra/libxv/PKGBUILD index 60f1f46fb..cd6cd25bb 100644 --- a/extra/libxv/PKGBUILD +++ b/extra/libxv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 188854 2013-06-23 08:21:34Z lcarlier $ +# $Id: PKGBUILD 194296 2013-09-13 07:24:42Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxv -pkgver=1.0.9 +pkgver=1.0.10 pkgrel=1 pkgdesc="X11 Video extension library" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('libxext' 'videoproto') makedepends=('pkgconfig') options=('!libtool') source=("${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2") -sha256sums=('a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b') +sha256sums=('55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525') build() { cd "${srcdir}/libXv-${pkgver}" |