[arch-commits] Commit in egl-wayland/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Nov 24 19:18:46 UTC 2021


    Date: Wednesday, November 24, 2021 @ 19:18:45
  Author: heftig
Revision: 429061

1.1.9+r3+g582b2d3-1

Modified:
  egl-wayland/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-24 19:09:13 UTC (rev 429060)
+++ PKGBUILD	2021-11-24 19:18:45 UTC (rev 429061)
@@ -1,9 +1,9 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=egl-wayland
-pkgver=1.1.9+2+gdaab854
+pkgver=1.1.9+r3+g582b2d3
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc="EGLStream-based Wayland external platform"
 arch=(x86_64)
 url=https://github.com/NVIDIA/egl-wayland
@@ -11,7 +11,7 @@
 depends=(wayland eglexternalplatform)
 makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
 provides=(libnvidia-egl-wayland.so)
-_commit=daab8546eca8428543a4d958a2c53fc747f70672  # master
+_commit=582b2d345abaa0e313cf16c902e602084ea59551  # master
 source=("git+$url#commit=$_commit"
         10_nvidia_wayland.json)
 sha256sums=('SKIP'
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list