summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-09-07 15:36:04 +0200
committersL1pKn072022-09-07 15:36:04 +0200
commit85276a0639f23e0c73f90908a07094552c89927d (patch)
treeae080b7dbd78024c5d5df3b1ef16e7f45392c8cb
parentee908307c27f42205a0fbf05c48062ec6e1b4727 (diff)
downloadaur-85276a0639f23e0c73f90908a07094552c89927d.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18fa34a31bf3..02cd3d566e5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-egl-wayland
- pkgdesc = EGLStream-based Wayland external platform (32-bit)
- pkgver = 1.1.10
+ pkgdesc = EGLStream-based Wayland external platform (32-bits)
+ pkgver = 1.1.11
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.10
+ depends = egl-wayland=2:1.1.11
provides = libnvidia-egl-wayland.so
options = !emptydirs
- source = git+https://github.com/NVIDIA/egl-wayland#commit=247335d5d451bc56af08781c70f8bc96926cbf23
+ source = git+https://github.com/NVIDIA/egl-wayland#commit=1bac4260aa89c4938246798f3a141500ed9daa10
sha256sums = SKIP
pkgname = lib32-egl-wayland
diff --git a/PKGBUILD b/PKGBUILD
index cfa54ec0b338..6c375da75c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=lib32-egl-wayland
-pkgver=1.1.10
+pkgver=1.1.11
pkgrel=1
-pkgdesc='EGLStream-based Wayland external platform (32-bit)'
+pkgdesc='EGLStream-based Wayland external platform (32-bits)'
arch=('x86_64')
url='https://github.com/NVIDIA/egl-wayland'
license=('MIT')
@@ -16,7 +16,7 @@ makedepends=('meson'
)
provides=('libnvidia-egl-wayland.so')
options=('!emptydirs')
-source=("git+https://github.com/NVIDIA/egl-wayland#commit=247335d5d451bc56af08781c70f8bc96926cbf23")
+source=("git+https://github.com/NVIDIA/egl-wayland#commit=1bac4260aa89c4938246798f3a141500ed9daa10")
sha256sums=('SKIP')
pkgver() {