diff options
Diffstat (limited to 'abs/extra/libvpx')
-rw-r--r-- | abs/extra/libvpx/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/extra/libvpx/PKGBUILD b/abs/extra/libvpx/PKGBUILD index 17af63a..b82ff78 100644 --- a/abs/extra/libvpx/PKGBUILD +++ b/abs/extra/libvpx/PKGBUILD @@ -1,20 +1,19 @@ -# $Id$ # Maintainer: Maxime Gauduin <alucryd@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> pkgname=libvpx -pkgver=1.6.1 +pkgver=1.7.0 pkgrel=1 pkgdesc='VP8 and VP9 codec' -arch=('i686' 'x86_64') +arch=('x86_64') url='http://www.webmproject.org/' license=('BSD') depends=('glibc' 'gcc-libs') makedepends=('yasm' 'git') provides=('libvpx.so') source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz") -sha256sums=('cda8bb6f0e4848c018177d3a576fa83ed96d762554d7010fe4cfb9d70c22e588') +sha256sums=('1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238') build() { cd libvpx-${pkgver} |