[arch-commits] Commit in libvpx/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Oct 31 21:07:06 UTC 2010


    Date: Sunday, October 31, 2010 @ 17:07:06
  Author: ibiru
Revision: 97641

upgpkg: libvpx 0.9.5-1
update to 0.9.5

Modified:
  libvpx/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-31 18:00:35 UTC (rev 97640)
+++ PKGBUILD	2010-10-31 21:07:06 UTC (rev 97641)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=libvpx
-pkgver=0.9.2
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="The VP8 Codec SDK"
 arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@
 depends=('glibc')
 makedepends=('yasm')
 source=(http://webm.googlecode.com/files/${pkgname}-v${pkgver}.tar.bz2)
-sha1sums=('d3b386773aa11e2385829c078d52b3a3982d1122')
+sha1sums=('223965ff16737251afb3377c0800d1f8b5f84379')
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
+    cd "${srcdir}/${pkgname}-v${pkgver}"
     ./configure --enable-vp8 \
         --enable-runtime-cpu-detect \
         --enable-shared \
@@ -23,5 +23,5 @@
         --disable-install-srcs
     make
     make DIST_DIR="$pkgdir/usr" install
-    install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" || return 1
+    install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list