Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages /
waycheck
Commits:
4481c850 by Campbell Jones at 2024-03-30T18:59:41-04:00
upgpkg: 1.2.0-1: Update to v1.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = waycheck
pkgdesc = Simple GUI that displays the protocols implemented by a
Wayland compositor
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://gitlab.freedesktop.org/serebit/waycheck
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = waycheck
depends = qt6-base>=6.5
depends = qt6-wayland>=6.5
depends = wayland
- source =
https://gitlab.freedesktop.org/serebit/waycheck/uploads/7e1e011ed491f43b81d4327575c9cbfd/waycheck-v1.1.1.tar.xz
- source =
https://gitlab.freedesktop.org/serebit/waycheck/uploads/bae2fa1d8d21486780960884357a6554/waycheck-v1.1.1.tar.xz.asc
+ source =
https://gitlab.freedesktop.org/serebit/waycheck/-/archive/v1.2.0/waycheck-v1.2.0.tar.gz
+ source =
https://gitlab.freedesktop.org/serebit/waycheck/uploads/5cbdaa2bfb2e0d45fdd0a55f629cd179/waycheck-v1.2.0.tar.gz.asc
validpgpkeys = 8A59B135826B2DA453B9707408AD7343E6BD4B56
- b2sums =
48733348d215ced1a49b78c1174840eb04a91c91fed053fc471b90546dfe9888e48f8b1a890ed29572f5aa50a2cf4c4b9a86fe22b0427c09297581fe4e69da78
+ b2sums =
c4060b7eabdb98c607b6c8c9a591ea9a7876aced7f3baa25e2f4b63d0e3faa21d13628aa890596e3ca5522c65fd09eca77f010a91cae9b9a0e16cf27d813fd7e
b2sums = SKIP
pkgname = waycheck
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Campbell Jones <arch at serebit dot com>
pkgname=waycheck
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="Simple GUI that displays the protocols implemented by a Wayland
compositor"
arch=("x86_64")
@@ -10,14 +10,14 @@ license=("Apache-2.0")
depends=("hicolor-icon-theme" "qt6-base>=6.5" "qt6-wayland>=6.5" "wayland")
makedepends=("meson")
checkdepends=("appstream")
-source=("https://gitlab.freedesktop.org/serebit/$pkgname/uploads/7e1e011ed491f43b81d4327575c9cbfd/${pkgname}-v${pkgver}.tar.xz"
-
"https://gitlab.freedesktop.org/serebit/$pkgname/uploads/bae2fa1d8d21486780960884357a6554/${pkgname}-v${pkgver}.tar.xz.asc")
-b2sums=('48733348d215ced1a49b78c1174840eb04a91c91fed053fc471b90546dfe9888e48f8b1a890ed29572f5aa50a2cf4c4b9a86fe22b0427c09297581fe4e69da78'
+source=("$url/-/archive/v$pkgver/${pkgname}-v${pkgver}.tar.gz"
+
"$url/uploads/5cbdaa2bfb2e0d45fdd0a55f629cd179/${pkgname}-v${pkgver}.tar.gz.asc")
+b2sums=('c4060b7eabdb98c607b6c8c9a591ea9a7876aced7f3baa25e2f4b63d0e3faa21d13628aa890596e3ca5522c65fd09eca77f010a91cae9b9a0e16cf27d813fd7e'
'SKIP')
validpgpkeys=("8A59B135826B2DA453B9707408AD7343E6BD4B56")
build() {
- arch-meson "$pkgname-$pkgver" build
+ arch-meson "$pkgname-v$pkgver" build
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/waycheck/-/commit/4481c850e7a3f90ff5afb074eeca4f8aad759526
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/waycheck/-/commit/4481c850e7a3f90ff5afb074eeca4f8aad759526
You're receiving this email because of your account on gitlab.archlinux.org.