author | Antonio Rojas
<arojas@archlinux.org> 2024-03-13 15:28:50 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-13 15:28:50 UTC |
parent | d9f282610b5afa7de96f7266f758d4572cf58405 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 74917d2..e6d25e2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = layer-shell-qt pkgdesc = Qt component to allow applications to make use of the Wayland wl-layer-shell protocol pkgver = 6.0.2 - pkgrel = 3 + pkgrel = 4 url = https://kde.org/plasma-desktop/ arch = x86_64 groups = plasma diff --git a/PKGBUILD b/PKGBUILD index 19ac2cd..3895883 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=layer-shell-qt pkgver=6.0.2 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=3 +pkgrel=4 pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol' arch=(x86_64) url='https://kde.org/plasma-desktop/'