summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-06-08 17:54:25 +0200
committersL1pKn072023-06-08 17:54:25 +0200
commitd90409180d906802b83d0a8427d27678811d0e69 (patch)
tree4326c178b9a35bea7a302e868619874c7c77dc94
parent85276a0639f23e0c73f90908a07094552c89927d (diff)
downloadaur-d90409180d906802b83d0a8427d27678811d0e69.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD24
2 files changed, 17 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02cd3d566e5b..043a2db7ff70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-egl-wayland
pkgdesc = EGLStream-based Wayland external platform (32-bits)
- pkgver = 1.1.11
+ pkgver = 1.1.12
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.11
+ depends = egl-wayland=2:1.1.12
provides = libnvidia-egl-wayland.so
options = !emptydirs
- source = git+https://github.com/NVIDIA/egl-wayland#commit=1bac4260aa89c4938246798f3a141500ed9daa10
+ source = git+https://github.com/NVIDIA/egl-wayland#commit=e3b2240f97a640f288c19ced8a32e22d88ca84f5
sha256sums = SKIP
pkgname = lib32-egl-wayland
diff --git a/PKGBUILD b/PKGBUILD
index 6c375da75c6f..92aabb4744a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,26 @@
-# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
pkgname=lib32-egl-wayland
-pkgver=1.1.11
+pkgver=1.1.12
pkgrel=1
pkgdesc='EGLStream-based Wayland external platform (32-bits)'
arch=('x86_64')
url='https://github.com/NVIDIA/egl-wayland'
license=('MIT')
-depends=('lib32-wayland'
- "egl-wayland=2:${pkgver}"
- )
-makedepends=('meson'
- 'git'
- 'lib32-libglvnd'
- )
+depends=(
+ 'lib32-wayland'
+ "egl-wayland=2:${pkgver}"
+)
+makedepends=(
+ 'meson'
+ 'git'
+ 'lib32-libglvnd'
+)
provides=('libnvidia-egl-wayland.so')
+_commit=e3b2240f97a640f288c19ced8a32e22d88ca84f5 # tags/1.1.12
options=('!emptydirs')
-source=("git+https://github.com/NVIDIA/egl-wayland#commit=1bac4260aa89c4938246798f3a141500ed9daa10")
+source=("git+${url}#commit=${_commit}")
sha256sums=('SKIP')
pkgver() {