Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / waylib
Commits:
dc91bd39 by Felix Yan at 2025-03-21T13:48:53+08:00
upgpkg: 0.6.13-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = waylib
pkgdesc = A wrapper for wlroots based on Qt
- pkgver = 0.6.12
+ pkgver = 0.6.13
pkgrel = 1
url = https://github.com/vioken/waylib
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = waylib
depends = qwlroots
depends = wayland
depends = wlroots
- source = git+https://github.com/vioken/waylib.git#tag=0.6.12
- sha256sums =
3782f33f30d12772bc7c81809226863d5784ccaf1c3882d879d9e97609c20f76
+ source = git+https://github.com/vioken/waylib.git#tag=0.6.13
+ sha256sums =
4aef5b90ec6b0a4be7389722f0ac032333a1dfdd084d5df924fb7bdce1f6e07d
pkgname = waylib
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: justforlxz <[email protected]>
pkgname=waylib
-pkgver=0.6.12
+pkgver=0.6.13
pkgrel=1
pkgdesc='A wrapper for wlroots based on Qt'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc' 'gcc-libs' 'libdrm' 'libEGL.so'
'libOpenGL.so' 'libxcb' 'libxkb
'qt6-base' 'qt6-declarative' 'qwlroots' 'wayland' 'wlroots')
makedepends=('git' 'cmake' 'ninja')
source=("git+https://github.com/vioken/waylib.git#tag=$pkgver")
-sha256sums=('3782f33f30d12772bc7c81809226863d5784ccaf1c3882d879d9e97609c20f76')
+sha256sums=('4aef5b90ec6b0a4be7389722f0ac032333a1dfdd084d5df924fb7bdce1f6e07d')
build() {
cd waylib
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/waylib/-/commit/dc91bd39c95476b2d02b6da33bb5bbd3c5b4fefe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/waylib/-/commit/dc91bd39c95476b2d02b6da33bb5bbd3c5b4fefe
You're receiving this email because of your account on gitlab.archlinux.org.