summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-05-29 12:19:20 -0400
committerAndrew Sun2019-05-29 12:19:20 -0400
commit9debb112980bf07c8a50ef58a12544e4a117eb4a (patch)
treef65a5079ad71e0b9d62cb0e56ccca034302db60b
parent71cb0353a2642c6946b6c651f34bfa1952c85129 (diff)
downloadaur-9debb112980bf07c8a50ef58a12544e4a117eb4a.tar.gz
lib32-eglwayland: update to 1.1.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f32cb98f976c..a0b9a0a3dce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-egl-wayland
pkgdesc = EGLStream-based Wayland external platform (32-bit)
- pkgver = 1.1.2
+ pkgver = 1.1.3
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=c81f849fc08e36fc5b94031b6edc361ab5027fce
+ source = git+https://github.com/NVIDIA/egl-wayland#commit=d70ead930d458b4e0bcec4ef493f7d54e9fd5435
sha256sums = SKIP
pkgname = lib32-egl-wayland
diff --git a/PKGBUILD b/PKGBUILD
index be21bc603d9a..2e653a074433 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=egl-wayland
pkgname="lib32-$_basename"
-pkgver=1.1.2
+pkgver=1.1.3
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=c81f849fc08e36fc5b94031b6edc361ab5027fce # master
+_commit=d70ead930d458b4e0bcec4ef493f7d54e9fd5435 # tags/1.1.3
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
@@ -22,7 +22,6 @@ pkgver() {
prepare() {
cd $_basename
- git tag -f 1.1.2 c81f849fc08e36fc5b94031b6edc361ab5027fce # Fixup missing tag
}
build() {