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

Jan Steffens heftig at archlinux.org
Tue Jul 10 23:00:49 UTC 2018


    Date: Tuesday, July 10, 2018 @ 23:00:49
  Author: heftig
Revision: 328227

1.0.5-1

Modified:
  egl-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-10 22:49:15 UTC (rev 328226)
+++ PKGBUILD	2018-07-10 23:00:49 UTC (rev 328227)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=egl-wayland
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="EGLStream-based Wayland external platform"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(MIT)
 depends=(wayland eglexternalplatform)
 makedepends=(meson git)
-_commit=4ab087336614770c524cc51d8f9befa719d80cc9  # master
+_commit=395ce9f609fbf66f6cab622aec3ded663e089f84  # master
 source=("git+$url#commit=$_commit"
         10_nvidia_wayland.json)
 sha256sums=('SKIP'
@@ -23,7 +23,7 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 1.0.4 4ab087336614770c524cc51d8f9befa719d80cc9  # Fixup missing tag
+  git tag -f 1.0.5 395ce9f609fbf66f6cab622aec3ded663e089f84  # Fixup missing tag
 }
 
 build() {
@@ -37,7 +37,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 10_nvidia_wayland.json
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
 }



More information about the arch-commits mailing list