mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libvpx to 1.1.0-1
This commit is contained in:
parent
6992e06426
commit
e361828234
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=libvpx
|
||||
pkgver=1.0.0
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="The VP8 Codec SDK"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ license=('BSD')
|
|||
depends=('glibc')
|
||||
makedepends=('yasm')
|
||||
source=(http://webm.googlecode.com/files/$pkgname-v$pkgver.tar.bz2)
|
||||
sha1sums=('2919e11074fef72fc61ef1a75160050ffaad6074')
|
||||
sha1sums=('356af5f770c50cd021c60863203d8f30164f6021')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-v$pkgver"
|
||||
|
|
Loading…
Reference in a new issue