From 4e2de2f0ce77215dad0f8b5c41f4cf827d56bcc7 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Tue, 10 Dec 2024 15:29:15 +0100 Subject: [PATCH] egl-wayland: 1.1.17-1 Signed-off-by: Peter Jung --- egl-wayland/.SRCINFO | 10 +++++----- egl-wayland/PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/egl-wayland/.SRCINFO b/egl-wayland/.SRCINFO index 5e123888..d7dc916e 100644 --- a/egl-wayland/.SRCINFO +++ b/egl-wayland/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = egl-wayland - pkgdesc = EGLStream-based Wayland external platform (CachyOS version with newer upstream commits) - pkgver = 1.1.16 - pkgrel = 3 + pkgdesc = EGLStream-based Wayland external platform + pkgver = 1.1.17 + pkgrel = 1 epoch = 4 url = https://github.com/NVIDIA/egl-wayland arch = x86_64 @@ -15,9 +15,9 @@ pkgbase = egl-wayland depends = libdrm depends = wayland provides = libnvidia-egl-wayland.so - source = git+https://github.com/NVIDIA/egl-wayland#commit=218f67846472c9310355210ee9a7e1fabed95062 + source = git+https://github.com/NVIDIA/egl-wayland#tag=1.1.17 source = 10_nvidia_wayland.json - b2sums = 2e2e31ddd00b62b5a52f1e3012bfef27a7ff9d9f6224b13c8a7e4ba7f0e6b824642cd64a5e66ef4c8c1c45cf3ee46ab054b2eed25541f3f00d1a1250f46732c1 + b2sums = 5c44c6ad89b8e725b46e8edbc1477743006ffcf98601a7177f7e51f439fcbe4fab75258b980d0f20f5d9e2a4dbf551fa9f3722a42da6971ef574462b425ae33c b2sums = b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a pkgname = egl-wayland diff --git a/egl-wayland/PKGBUILD b/egl-wayland/PKGBUILD index 7d7fa6cf..2351737b 100644 --- a/egl-wayland/PKGBUILD +++ b/egl-wayland/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=egl-wayland -pkgver=1.1.16 -pkgrel=3 +pkgver=1.1.17 +pkgrel=1 epoch=4 -pkgdesc="EGLStream-based Wayland external platform (CachyOS version with newer upstream commits)" +pkgdesc="EGLStream-based Wayland external platform" url="https://github.com/NVIDIA/egl-wayland" arch=(x86_64) license=(MIT) @@ -22,10 +22,10 @@ makedepends=( ) provides=(libnvidia-egl-wayland.so) source=( - "git+$url#commit=218f67846472c9310355210ee9a7e1fabed95062" + "git+$url#tag=$pkgver" 10_nvidia_wayland.json ) -b2sums=('2e2e31ddd00b62b5a52f1e3012bfef27a7ff9d9f6224b13c8a7e4ba7f0e6b824642cd64a5e66ef4c8c1c45cf3ee46ab054b2eed25541f3f00d1a1250f46732c1' +b2sums=('5c44c6ad89b8e725b46e8edbc1477743006ffcf98601a7177f7e51f439fcbe4fab75258b980d0f20f5d9e2a4dbf551fa9f3722a42da6971ef574462b425ae33c' 'b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a') prepare() {