Skip to content

Commit

Permalink
egl-wayland: 1.1.17-1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Dec 10, 2024
1 parent 0ef561f commit 4e2de2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions egl-wayland/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
10 changes: 5 additions & 5 deletions egl-wayland/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>

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)
Expand All @@ -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() {
Expand Down

0 comments on commit 4e2de2f

Please sign in to comment.