author | Antonio Rojas
<arojas@archlinux.org> 2024-03-30 11:38:00 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-30 11:38:00 UTC |
parent | 46c42c13bda09e416126747244ce78ccd9a244f6 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 661a596..1a1ab75 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = kwin pkgdesc = An easy to use, but flexible, composited Window Manager pkgver = 6.0.3.1 - pkgrel = 2 + pkgrel = 3 url = https://kde.org/plasma-desktop/ install = kwin.install arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 805aaae..6c8d271 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=kwin pkgver=6.0.3.1 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=2 +pkgrel=3 pkgdesc='An easy to use, but flexible, composited Window Manager' arch=(x86_64) url='https://kde.org/plasma-desktop/'