summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-10-20 19:30:41 +0200
committersL1pKn072023-10-20 19:30:41 +0200
commitf1b6438f8c37e8250d49feffec6810e48dc27a1f (patch)
tree0f9d6b5205d4797f9233d8a2f2745b0ef1358c3c
parentd90409180d906802b83d0a8427d27678811d0e69 (diff)
downloadaur-lib32-egl-wayland.tar.gz
Update to 1.1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043a2db7ff70..d559576c5034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-egl-wayland
pkgdesc = EGLStream-based Wayland external platform (32-bits)
- pkgver = 1.1.12
+ pkgver = 1.1.13
pkgrel = 1
url = https://github.com/NVIDIA/egl-wayland
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = lib32-egl-wayland
makedepends = git
makedepends = lib32-libglvnd
depends = lib32-wayland
- depends = egl-wayland=2:1.1.12
+ depends = egl-wayland=2:1.1.13
provides = libnvidia-egl-wayland.so
options = !emptydirs
- source = git+https://github.com/NVIDIA/egl-wayland#commit=e3b2240f97a640f288c19ced8a32e22d88ca84f5
+ source = git+https://github.com/NVIDIA/egl-wayland#commit=69ae9cf07bbec3b00a682918bf0dc845e989677
sha256sums = SKIP
pkgname = lib32-egl-wayland
diff --git a/PKGBUILD b/PKGBUILD
index 92aabb4744a2..3c6305458b99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrew Sun <adsun701 at gmail dot com>
pkgname=lib32-egl-wayland
-pkgver=1.1.12
+pkgver=1.1.13
pkgrel=1
pkgdesc='EGLStream-based Wayland external platform (32-bits)'
arch=('x86_64')
@@ -18,7 +18,7 @@ makedepends=(
'lib32-libglvnd'
)
provides=('libnvidia-egl-wayland.so')
-_commit=e3b2240f97a640f288c19ced8a32e22d88ca84f5 # tags/1.1.12
+_commit=69ae9cf07bbec3b00a682918bf0dc845e989677 # tags/1.1.13
options=('!emptydirs')
source=("git+${url}#commit=${_commit}")
sha256sums=('SKIP')