diff options
author | Götz Christ | 2019-08-12 15:00:47 -0500 |
---|---|---|
committer | Götz Christ | 2019-08-12 15:01:16 -0500 |
commit | 6463eff7f851c4e0a4f6db230a08fb0dcfebecfd (patch) | |
tree | dc7961f8f4e4ee8b5497790f0b035b041ca2086d /PKGBUILD | |
parent | 7a09e97a963e38d6b8d31dab8900a0de8307d4fd (diff) | |
download | aur-6463eff7f851c4e0a4f6db230a08fb0dcfebecfd.tar.gz |
Update to 5.16.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgname=xcursor-breeze epoch=1 -pkgver=5.16.3 +pkgver=5.16.4 pkgrel=1 pkgdesc="Breeze cursor theme (KDE Plasma 5). This package is for usage in non-KDE Plasma desktops." arch=('any') @@ -13,7 +13,7 @@ license=('GPL') depends=('libxcursor') conflicts=('breeze') source=("http://download.kde.org/stable/plasma/${pkgver}/breeze-${pkgver}.tar.xz") -sha1sums=('30d7c4cd2439d32125cc49fce7c782e34008deb1') +sha1sums=('83c6684a8689048b9e131128e3c04e78e489c56f') package() { install -dm755 "$pkgdir"/usr/share/icons/ |