diff options
author | Nicola Revelant | 2024-05-21 17:48:13 +0200 |
---|---|---|
committer | Nicola Revelant | 2024-05-21 17:48:13 +0200 |
commit | 0fcd04d689105001bacff9cd5c2bf85f543ab7b2 (patch) | |
tree | 55c6e05c9bf1e4b9874247543fd2d8f62abceea5 | |
parent | 5e05fcef6da6abcc7ba393977fef2defbc1b0935 (diff) | |
download | aur-0fcd04d689105001bacff9cd5c2bf85f543ab7b2.tar.gz |
Remove xcursor dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -1,12 +1,11 @@ pkgbase = xcursor-breeze pkgdesc = KDE Plasma 6 'Breeze' cursor theme. This package is for usage in non-KDE Plasma desktops. pkgver = 6.0.4 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://kde.org/plasma-desktop arch = any license = GPL-2.0-or-later - depends = libxcursor conflicts = breeze source = http://download.kde.org/stable/plasma/6.0.4/breeze-6.0.4.tar.xz b2sums = 1e54faf316cf5820bd5103b82034931c9ad15538d95ac9962cb6a00268ae0363446276e398bd46c471b0b8236bcafe1cb69d316fd6f8a9fce5e31d5cc67cf70f @@ -6,12 +6,11 @@ pkgname=xcursor-breeze epoch=1 pkgver=6.0.4 -pkgrel=1 +pkgrel=2 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-2.0-or-later') -depends=('libxcursor') conflicts=('breeze') source=("http://download.kde.org/stable/plasma/${pkgver}/breeze-${pkgver}.tar.xz") b2sums=('1e54faf316cf5820bd5103b82034931c9ad15538d95ac9962cb6a00268ae0363446276e398bd46c471b0b8236bcafe1cb69d316fd6f8a9fce5e31d5cc67cf70f') |