author | Antonio Rojas
<arojas@archlinux.org> 2024-03-30 11:32:55 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-30 11:32:55 UTC |
parent | 9013b14d7f0a6b62f23ade027e221b5e9d185660 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 045e9bc..eed0183 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.3 - pkgrel = 1 + pkgrel = 3 url = https://kde.org/plasma-desktop/ arch = x86_64 groups = plasma diff --git a/PKGBUILD b/PKGBUILD index 4247d1e..bc1bf9f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=layer-shell-qt pkgver=6.0.3 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=2 +pkgrel=3 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/'