summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-01-26 08:55:41 -0500
committerAndrew Sun2019-01-26 08:55:41 -0500
commit71cb0353a2642c6946b6c651f34bfa1952c85129 (patch)
tree1437859c2adbc198c39588e7f8e3b6e394a53431 /PKGBUILD
parent97f5885305bef24435f3584e1c13936972a4e7e7 (diff)
downloadaur-71cb0353a2642c6946b6c651f34bfa1952c85129.tar.gz
lib32-egl-wayland: update to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {