summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-01-26 08:55:41 -0500
committerAndrew Sun2019-01-26 08:55:41 -0500
commit71cb0353a2642c6946b6c651f34bfa1952c85129 (patch)
tree1437859c2adbc198c39588e7f8e3b6e394a53431
parent97f5885305bef24435f3584e1c13936972a4e7e7 (diff)
downloadaur-71cb0353a2642c6946b6c651f34bfa1952c85129.tar.gz
lib32-egl-wayland: update to 1.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39fe5186ef95..f32cb98f976c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-egl-wayland
pkgdesc = EGLStream-based Wayland external platform (32-bit)
- pkgver = 1.1.1
+ pkgver = 1.1.2
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=59ff78fcf874c28a11361acc9d07a3d5e17e1664
+ source = git+https://github.com/NVIDIA/egl-wayland#commit=c81f849fc08e36fc5b94031b6edc361ab5027fce
sha256sums = SKIP
pkgname = lib32-egl-wayland
diff --git a/PKGBUILD b/PKGBUILD
index f6a726f65a3a..be21bc603d9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=egl-wayland
pkgname="lib32-$_basename"
-pkgver=1.1.1
+pkgver=1.1.2
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=59ff78fcf874c28a11361acc9d07a3d5e17e1664 # tags/1.1.1
+_commit=c81f849fc08e36fc5b94031b6edc361ab5027fce # master
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
@@ -22,7 +22,7 @@ pkgver() {
prepare() {
cd $_basename
- git tag -f 1.1.0 1676d1d2bfe646fb3ecbba29a85db529dd399493 # Fixup missing tag
+ git tag -f 1.1.2 c81f849fc08e36fc5b94031b6edc361ab5027fce # Fixup missing tag
}
build() {