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

Maxime Gauduin alucryd at archlinux.org
Wed Feb 12 18:24:17 UTC 2020


    Date: Wednesday, February 12, 2020 @ 18:24:16
  Author: alucryd
Revision: 569582

upgpkg: lib32-wayland 1.18.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-12 18:18:22 UTC (rev 569581)
+++ PKGBUILD	2020-02-12 18:24:16 UTC (rev 569582)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb <joel at teichroeb.net>
 
 pkgname=lib32-wayland
-pkgver=1.17.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=(x86_64)
@@ -18,9 +18,15 @@
   wayland
 )
 makedepends=(git)
-source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
+source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=eb1339edd398b9f5328816931e585db4229aa132)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd wayland
+
+  git describe --tags
+}
+
 prepare() {
   cd wayland
 



More information about the arch-commits mailing list