summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Revelant2024-03-08 23:58:23 +0100
committerNicola Revelant2024-03-08 23:58:23 +0100
commite0037604f2c5b39b183233f95242aaeea9a4898c (patch)
tree5851f8c5db2b7b08fb9ace0342919d1ec0eeaf67 /PKGBUILD
parent9c71478ad09c6e36c999899fad91d0eea7161007 (diff)
downloadaur-e0037604f2c5b39b183233f95242aaeea9a4898c.tar.gz
Update to 6.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44aebd42a676..45a768ccc588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: goetzc
+# Contributor: Nicola Revelant <nicolarevelant@outlook.com>
# Contributor: Philip Goto <philip.goto@gmail.com>
# Contributor: grimi
pkgname=xcursor-breeze
epoch=1
-pkgver=5.27.6
+pkgver=6.0.1
pkgrel=1
-pkgdesc="KDE Plasma 5 'Breeze' cursor theme. This package is for usage in non-KDE Plasma desktops."
+pkgdesc="KDE Plasma 6 'Breeze' cursor theme. This package is for usage in non-KDE Plasma desktops."
arch=('any')
url="https://kde.org/plasma-desktop"
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=('libxcursor')
conflicts=('breeze')
source=("http://download.kde.org/stable/plasma/${pkgver}/breeze-${pkgver}.tar.xz")
+b2sums=('d3c1c5f179e31d62d5a313fe5b283a167eb96ed12d7b2181a5a2182ee8d005f71c202526c3fd521f558b209762c409ece7d929d00d631c14811691fe12ec6b31')
package() {
- install -dm755 "$pkgdir"/usr/share/icons/
- cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze/Breeze/ "$pkgdir"/usr/share/icons/
- cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze_Snow/Breeze_Snow/ "$pkgdir"/usr/share/icons/
+ install -dm755 "$pkgdir/usr/share/icons/"
+ cp -r "$srcdir/breeze-${pkgver}/cursors/Breeze/Breeze/" "$pkgdir/usr/share/icons/"
+ cp -r "$srcdir/breeze-${pkgver}/cursors/Breeze_Light/Breeze_Light/" "$pkgdir/usr/share/icons/"
}
-
-sha256sums=('5d9a8d7e5b061ce4183c4f842b0e82e6132b6c8e7ebc2c1d579baa066ffa6c6c')