diff options
author | Daniel Bermond | 2017-06-02 22:41:37 -0300 |
---|---|---|
committer | Daniel Bermond | 2017-06-02 22:41:37 -0300 |
commit | 6f1733030f050f686a0294f73a9caa8558df07bb (patch) | |
tree | 8ee32811b989795231f352add14ded28bfb2703d | |
parent | 2dafea989a8c4f611728a7b4b13860b24eb87ed9 (diff) | |
download | aur-6f1733030f050f686a0294f73a9caa8558df07bb.tar.gz |
depends: strictly added gcc-libs
-rw-r--r-- | .SRCINFO | 5 | ||||
-rwxr-xr-x | PKGBUILD | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Apr 8 13:20:09 UTC 2017 +# Sat Jun 3 01:34:52 UTC 2017 pkgbase = libvpx-full-git pkgdesc = VP8 and VP9 video codecs (Git version with all possible options) - pkgver = 1.6.1.r442.gff1fef9607 + pkgver = 1.6.1.r703.ge30781ff80 pkgrel = 1 url = http://www.webmproject.org/code/ arch = i686 @@ -10,6 +10,7 @@ pkgbase = libvpx-full-git license = BSD makedepends = git makedepends = yasm + depends = gcc-libs provides = libvpx provides = libvpx-git provides = libvpx.so @@ -1,12 +1,13 @@ # Maintainer: Daniel Bermond < yahoo-com: danielbermond > pkgname=libvpx-full-git -pkgver=1.6.1.r442.gff1fef9607 +pkgver=1.6.1.r703.ge30781ff80 pkgrel=1 pkgdesc="VP8 and VP9 video codecs (Git version with all possible options)" arch=('i686' 'x86_64') url="http://www.webmproject.org/code/" license=('BSD') +depends=('gcc-libs') makedepends=('git' 'yasm') provides=('libvpx' 'libvpx-git' 'libvpx.so') conflicts=('libvpx' 'libvpx-git') |