summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0b9a0a3dce0..87f98a37d4c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-egl-wayland
pkgdesc = EGLStream-based Wayland external platform (32-bit)
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = https://github.com/NVIDIA/egl-wayland
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = lib32-egl-wayland
depends = eglexternalplatform
depends = egl-wayland
options = !emptydirs
- source = git+https://github.com/NVIDIA/egl-wayland#commit=d70ead930d458b4e0bcec4ef493f7d54e9fd5435
+ source = git+https://github.com/NVIDIA/egl-wayland#commit=0c8e822cccff8f4ed472a7b6ac26a215ad13abc4
sha256sums = SKIP
pkgname = lib32-egl-wayland
diff --git a/PKGBUILD b/PKGBUILD
index 2e653a074433..a77c85a62943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
_basename=egl-wayland
pkgname="lib32-$_basename"
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="EGLStream-based Wayland external platform (32-bit)"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT)
depends=('lib32-wayland' 'eglexternalplatform' "$_basename")
makedepends=('meson' 'git')
options=(!emptydirs)
-_commit=d70ead930d458b4e0bcec4ef493f7d54e9fd5435 # tags/1.1.3
+_commit=0c8e822cccff8f4ed472a7b6ac26a215ad13abc4 # tags/1.1.4
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')