diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-23 12:45:39 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-23 12:45:39 -0300 |
commit | 7516400a778a0a4a0668d0a2ea797a635d6d4dd2 (patch) | |
tree | 5ab321abf9f41be345f44409235b62ccb31e0d49 /extra/libvpx/PKGBUILD | |
parent | 1de77ff2ad96a2adfd9eb797bb2ca1bb15c2a707 (diff) | |
parent | 39c366b9fc1b83a741177d0b415a20147a18a3c0 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'extra/libvpx/PKGBUILD')
-rw-r--r-- | extra/libvpx/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libvpx/PKGBUILD b/extra/libvpx/PKGBUILD index 4c1dd8889..93d3a494f 100644 --- a/extra/libvpx/PKGBUILD +++ b/extra/libvpx/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 149274 2012-02-06 17:33:28Z ibiru $ +# $Id: PKGBUILD 158895 2012-05-12 18:37:10Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=libvpx -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc="The VP8 Codec SDK" arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,7 @@ depends=('glibc') makedepends=('yasm') source=(http://webm.googlecode.com/files/$pkgname-v$pkgver.tar.bz2 mips64el.patch) -sha1sums=('2919e11074fef72fc61ef1a75160050ffaad6074' +sha1sums=('356af5f770c50cd021c60863203d8f30164f6021' '4fd775826a4d737102f831c451235a58947f2cde') build() { @@ -33,7 +33,7 @@ build() { } package() { - cd "$srcdir/$pkgname-v$pkgver" + cd "$pkgname-v$pkgver" make DIST_DIR="$pkgdir/usr" install install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } |