mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
plugrel=1
|
||||||
|
|
||||||
pkgname=libvpx
|
pkgname=libvpx
|
||||||
pkgver=1.0.0
|
pkgver=1.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The VP8 Codec SDK"
|
pkgdesc="The VP8 Codec SDK"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -16,7 +16,7 @@ license=('BSD')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
makedepends=('yasm')
|
makedepends=('yasm')
|
||||||
source=(http://webm.googlecode.com/files/$pkgname-v$pkgver.tar.bz2)
|
source=(http://webm.googlecode.com/files/$pkgname-v$pkgver.tar.bz2)
|
||||||
sha1sums=('2919e11074fef72fc61ef1a75160050ffaad6074')
|
sha1sums=('356af5f770c50cd021c60863203d8f30164f6021')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-v$pkgver"
|
cd "$srcdir/$pkgname-v$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue