summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmmon Smith2017-05-15 16:41:44 -0700
committerAmmon Smith2017-05-15 16:41:44 -0700
commitcb6542d72bfff194e322948e16cd5c8bfdcab234 (patch)
tree8ec2e849653875c427da2a06cbd3193071a6beb8 /PKGBUILD
parent5f8e0fb019d3b3808c98a99fd76c67006eeb0ddc (diff)
downloadaur-cb6542d72bfff194e322948e16cd5c8bfdcab234.tar.gz
Require libgl instead of the more specific libglvnd.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54e6fda7fa03..4f738adfdf30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('nuget'
'git')
depends=('ffmpeg'
- 'libglvnd'
+ 'libgl'
'mono')
optdepends=()
options=()