summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2017-01-19 21:26:07 +0200
committerDet2017-01-19 21:26:07 +0200
commit7ab4d5aa35193efb5de5a2dd7ce781b1e92bb419 (patch)
treed74bbc4d37163ae2696e6bdef3de340668d83026 /PKGBUILD
parentd90bf2ab7efce9b06b5d6360d74cb9e9210d4db8 (diff)
downloadaur-7ab4d5aa35193efb5de5a2dd7ce781b1e92bb419.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcd18fcb05f2..063d17c27a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,10 @@ pkgdesc="A work-in-progress implementation of a EGL External Platform library to
arch=('i686' 'x86_64')
url="https://github.com/NVIDIA/$_pkgname"
license=('MIT')
-depends=('mesa' 'wayland' 'eglexternalplatform-git')
+depends=('mesa' 'wayland' 'eglexternalplatform')
makedepends=('git')
-conflicts=('nvidia-utils<378.09')
+conflicts=("$_pkgname" 'nvidia-utils<378.09')
+provides=("$_pkgname")
source=("git+$url.git")
md5sums=('SKIP')