summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2015-07-17 20:18:20 +0200
committerMaxime Gauduin2015-07-17 20:18:20 +0200
commit4a51cedb160b642e13e3c9eb2b875ffbb06f437c (patch)
tree060548cb4575c5542905b908190cfd34738b216b /PKGBUILD
parent3eba0bf4a963c7943a63ac9248dbcdbf0075a1cb (diff)
downloadaur-4a51cedb160b642e13e3c9eb2b875ffbb06f437c.tar.gz
Add soprovides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d317b5bffdce..1e9f1d541d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ arch=('i686' 'x86_64')
url='https://bitbucket.org/multicoreware/x265'
license=('GPL')
depends=('gcc-libs')
-provides=('libx265' 'x265')
+provides=('x265'
+ 'libx265.so' 'libx265_main10.so' 'libx265_main12.so')
conflicts=('x265')
makedepends=('cmake' 'mercurial' 'yasm')
source=('hg+https://bitbucket.org/multicoreware/x265'