summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-01-28 23:41:24 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-01-28 23:41:24 (GMT)
commit9b6c8730fe90c05fa38880963f4fea2ac7ab7391 (patch)
tree64ab809befb938615de9fb6d1a24c452a0f0260e
parent0dc6b0b97bd4dc0a3f5bd207ee48aabfbdefb483 (diff)
downloadlinhes_pkgbuild-9b6c8730fe90c05fa38880963f4fea2ac7ab7391.zip
linhes_pkgbuild-9b6c8730fe90c05fa38880963f4fea2ac7ab7391.tar.gz
linhes_pkgbuild-9b6c8730fe90c05fa38880963f4fea2ac7ab7391.tar.bz2
libvpx: update to 1.7.0
-rw-r--r--abs/extra/libvpx/PKGBUILD7
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}