summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Donat2018-11-13 01:20:18 +0100
committerMichal Donat2018-11-13 01:20:18 +0100
commit080c1f51ef92e4c104dbc6ff1e3ac08f2e612ea5 (patch)
treedbf76fcab596863215d8ac5db932dcc425d796dc
parent62f4d90b276e19090af2e9c268607e18744df460 (diff)
downloadaur-080c1f51ef92e4c104dbc6ff1e3ac08f2e612ea5.tar.gz
fill in PROVIDES attribute
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b9bdfa02f6d..f927f8190f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ license=('BSD')
depends=('glibc' 'gcc-libs')
makedepends=('yasm' 'git')
conflicts=('libvpx<1.7')
+provides=('libvpx=1.6')
source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz")
sha256sums=('cda8bb6f0e4848c018177d3a576fa83ed96d762554d7010fe4cfb9d70c22e588')