author | Antonio Rojas
<arojas@archlinux.org> 2024-03-06 14:45:23 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-06 14:45:23 UTC |
parent | f6ea84e37b1b33220f7218a37f24b013a87fc402 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 752e019..512b1ff 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.1 - pkgrel = 1 + pkgrel = 2 url = https://kde.org/plasma-desktop/ arch = x86_64 groups = plasma diff --git a/PKGBUILD b/PKGBUILD index 46451ef..ab213da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=layer-shell-qt pkgver=6.0.1 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=1 +pkgrel=2 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/'