[arch-commits] Commit in libvpx/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sat Apr 18 10:46:28 UTC 2015
Date: Saturday, April 18, 2015 @ 12:46:27
Author: bpiotrowski
Revision: 237391
upgpkg: libvpx 1.4.0-2
- add libprovides
- add gcc-libs to dependencies
Modified:
libvpx/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-18 10:33:45 UTC (rev 237390)
+++ PKGBUILD 2015-04-18 10:46:27 UTC (rev 237391)
@@ -4,13 +4,14 @@
pkgname=libvpx
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='VP8 and VP9 codec'
arch=('i686' 'x86_64')
url='http://www.webmproject.org/'
license=('BSD')
-depends=('glibc')
+depends=('glibc' 'gcc-libs')
makedepends=('yasm' 'git')
+provides=('libvpx.so')
source=($pkgname::git+http://code.google.com/p/webm.libvpx#tag=v$pkgver)
md5sums=('SKIP')
More information about the arch-commits
mailing list