summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-08-18 07:03:42 -0400
committerAndrew Sun2018-08-18 07:03:42 -0400
commitaa605cac17cbc965ad81aea8b5fe9d936683d15c (patch)
treed55a0fa88b698656396c8d28731ef336d1f2338e
parent13ebca2d9e46a5171a1063808b0ace21d1fe6493 (diff)
downloadaur-aa605cac17cbc965ad81aea8b5fe9d936683d15c.tar.gz
lib32-egl-wayland: update to 1.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b669ba81566..90c4b5c758f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-egl-wayland
pkgdesc = EGLStream-based Wayland external platform (32-bit)
- pkgver = 1.0.5
+ pkgver = 1.1.0
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=395ce9f609fbf66f6cab622aec3ded663e089f84
+ source = git+https://github.com/NVIDIA/egl-wayland#commit=1676d1d2bfe646fb3ecbba29a85db529dd399493
sha256sums = SKIP
pkgname = lib32-egl-wayland
diff --git a/PKGBUILD b/PKGBUILD
index 18553f41937b..37c7f636c742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=egl-wayland
pkgname="lib32-$_basename"
-pkgver=1.0.5
+pkgver=1.1.0
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=395ce9f609fbf66f6cab622aec3ded663e089f84 # master
+_commit=1676d1d2bfe646fb3ecbba29a85db529dd399493 # master
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
@@ -22,7 +22,7 @@ pkgver() {
prepare() {
cd $_basename
- git tag -f 1.0.5 395ce9f609fbf66f6cab622aec3ded663e089f84 # Fixup missing tag
+ git tag -f 1.1.0 1676d1d2bfe646fb3ecbba29a85db529dd399493 # Fixup missing tag
}
build() {