author | Antonio Rojas
<arojas@archlinux.org> 2024-06-18 14:57:26 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-06-18 14:57:26 UTC |
parent | 16507c132ecb41248e7bcd430d19c5ef65daa3f8 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index ebd7957..c5a91ab 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = plasma-integration pkgdesc = Qt Platform Theme integration plugins for the Plasma workspaces pkgver = 6.1.0 - pkgrel = 1 + pkgrel = 2 url = https://kde.org/plasma-desktop/ arch = x86_64 groups = plasma diff --git a/PKGBUILD b/PKGBUILD index 20c9b7f..3c53008 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=(plasma-integration plasma5-integration) pkgver=6.1.0 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=1 +pkgrel=2 pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces' arch=(x86_64) url='https://kde.org/plasma-desktop/'