diff options
author | kh3phr3n | 2019-06-25 20:06:00 +0200 |
---|---|---|
committer | kh3phr3n | 2019-06-25 20:06:00 +0200 |
commit | be39201d9137956ff41d1de1bca44deab81899f8 (patch) | |
tree | 2fb0145526a4999af323b916f6e7c644b5ee5058 | |
parent | 9c5eded95442c82d7f8ae3e141c1d41c33bc1af6 (diff) | |
download | aur-be39201d9137956ff41d1de1bca44deab81899f8.tar.gz |
Update to 5.16.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ pkgbase = xcursor-oxygen pkgdesc = Oxygen cursor themes - pkgver = 5.13.1 + pkgver = 5.16.1 pkgrel = 1 url = https://cgit.kde.org/oxygen.git arch = any license = LGPL depends = libxcursor conflicts = oxygen - source = http://download.kde.org/stable/plasma/5.13.1/oxygen-5.13.1.tar.xz - sha256sums = 02d1e3902c70dc1aa28fe6a3b75d2aa3fd9e1774f3ea374f59ef764540cd30e4 + source = https://download.kde.org/stable/plasma/5.16.1/oxygen-5.16.1.tar.xz + sha256sums = 89adb92e2c6cd77b21d7fa5cd42963637919dc7d472254cf684db5374a36d567 pkgname = xcursor-oxygen @@ -1,7 +1,7 @@ # Maintainer: Remi Casanova <rc.dev@tuxico.com> pkgname=xcursor-oxygen -pkgver=5.13.1 +pkgver=5.16.1 pkgrel=1 arch=('any') @@ -12,8 +12,8 @@ license=('LGPL') pkgdesc="Oxygen cursor themes" url="https://cgit.kde.org/oxygen.git" -sha256sums=("02d1e3902c70dc1aa28fe6a3b75d2aa3fd9e1774f3ea374f59ef764540cd30e4") -source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-${pkgver}.tar.xz") +sha256sums=("89adb92e2c6cd77b21d7fa5cd42963637919dc7d472254cf684db5374a36d567") +source=("https://download.kde.org/stable/plasma/${pkgver}/oxygen-${pkgver}.tar.xz") package() { install -d -m755 ${pkgdir}/usr/share/icons |