author | Antonio Rojas
<arojas@archlinux.org> 2024-03-09 10:20:51 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-09 10:20:51 UTC |
parent | 732caeadb57d38ecb2153e04a5493b94dd819777 |
.SRCINFO | +1 | -2 |
PKGBUILD | +1 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index db027d7..93e2bc2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = oxygen-icons pkgdesc = The Oxygen Icon Theme pkgver = 6.0.0 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://community.kde.org/Frameworks arch = any @@ -15,7 +15,6 @@ pkgbase = oxygen-icons sha256sums = SKIP pkgname = oxygen-icons - groups = kf5 pkgname = oxygen-icons-svg pkgdesc = The Oxygen Icon Theme (Scalable Vector Graphics) diff --git a/PKGBUILD b/PKGBUILD index 2985f25..9f4966a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(oxygen-icons oxygen-icons-svg) pkgver=6.0.0 epoch=1 -pkgrel=1 +pkgrel=2 pkgdesc='The Oxygen Icon Theme' arch=(any) url='https://community.kde.org/Frameworks' @@ -26,8 +26,6 @@ build() { } package_oxygen-icons() { - groups=(kf5) - DESTDIR="$pkgdir" cmake --install build }