T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / waylandpp
Commits: 947437f7 by T.J. Townsend at 2024-07-13T21:58:04-04:00 upgpkg: 1.0.0-3: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = waylandpp + pkgdesc = Wayland C++ bindings + pkgver = 1.0.0 + pkgrel = 3 + url = https://github.com/NilsBrause/waylandpp + arch = x86_64 + license = MIT + license = GPL3 + makedepends = cmake + makedepends = egl-wayland + depends = wayland + depends = pugixml + conflicts = waylandpp-git + source = https://github.com/NilsBrause/waylandpp/archive/1.0.0.zip + source = waylandpp-gcc13.patch::https://patch-diff.githubusercontent.com/raw/NilsBrause/waylandpp/pull/75.patch + sha512sums = 9110fb147a01bc43e54f239a694d4ed42264b86d1f51f3f6afd1d0b30e893ec2b524bf7e77295fafdcbf7fcac22af01bde7168be69865e354b081698fdf5dcc6 + sha512sums = 8a3429919eb6846166b77319f39ae33405a6fb0213af0eac9e21c65f588d5085c8dd1ee6976844254368ea0c50b51dfd1c9dadd186c4570e0d417cb1e622052c + +pkgname = waylandpp ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Nils Christopher Brause <[email protected]> pkgname=waylandpp pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Wayland C++ bindings' arch=('x86_64') url='https://github.com/NilsBrause/waylandpp' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/waylandpp/-/commit/947437f77179247f45ddfe2feb4ed40dfa94f5fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/waylandpp/-/commit/947437f77179247f45ddfe2feb4ed40dfa94f5fe You're receiving this email because of your account on gitlab.archlinux.org.
