[arch-commits] Commit in libvpx/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Wed Mar 9 12:18:47 UTC 2011
Date: Wednesday, March 9, 2011 @ 07:18:46
Author: ibiru
Revision: 113551
upgpkg: libvpx 0.9.6-2
fix header permission. FS#23204
Modified:
libvpx/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-09 11:45:48 UTC (rev 113550)
+++ PKGBUILD 2011-03-09 12:18:46 UTC (rev 113551)
@@ -2,7 +2,7 @@
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=libvpx
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="The VP8 Codec SDK"
arch=('i686' 'x86_64')
url="http://www.webmproject.org/"
@@ -28,4 +28,5 @@
cd "${srcdir}/${pkgname}-v${pkgver}"
make DIST_DIR="$pkgdir/usr" install
install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+ chmod 644 "$pkgdir"/usr/include/vpx/*.h
}
More information about the arch-commits
mailing list