summaryrefslogtreecommitdiff
path: root/libglvnd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libglvnd/Pkgfile')
-rw-r--r--libglvnd/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/libglvnd/Pkgfile b/libglvnd/Pkgfile
index 924f42f3..3177ce34 100644
--- a/libglvnd/Pkgfile
+++ b/libglvnd/Pkgfile
@@ -4,17 +4,14 @@
# Depends on: xorg-libxext
name=libglvnd
-version=1.2.0
-release=3
+version=1.3.0
+release=1
source=(https://github.com/NVIDIA/$name/archive/v$version/$name-$version.tar.gz \
- update-gl_h-to-match-mesa.patch eglplatform.h)
+ eglplatform.h)
build() {
cd $name-$version
- # https://gitlab.freedesktop.org/glvnd/libglvnd/merge_requests/195
- patch -p1 -i $SRC/update-gl_h-to-match-mesa.patch
-
autoreconf -if
./configure --prefix=/usr
make

Generated by cgit