summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2022-03-18 15:21:45 +0000
committerKaizhao Zhang2022-03-18 15:22:08 +0000
commit9ad8e995f78690d6d8a25555e00bb07d121cac24 (patch)
tree106a1322d28d2e8d20f03d2edaa728a7efe10213
parent98f42be1d39b9962233f40dfa89e0ccb4ed3fedc (diff)
downloadaur-9ad8e995f78690d6d8a25555e00bb07d121cac24.tar.gz
Updated to version 2022.03.18 (2022-03-18)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39467fb028d6..bd3e041c17bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = whitesur-icon-theme
pkgdesc = MacOS Big Sur like icon theme for linux desktops
- pkgver = 2021.10.13
+ pkgver = 2022.03.18
pkgrel = 1
url = https://github.com/vinceliuice/WhiteSur-icon-theme
arch = any
license = GPL3
+ makedepends = gtk-update-icon-cache
optdepends = whitesur-gtk-theme: Recommended GTK theme
optdepends = whitesur-kde-theme: Recommended KDE theme
optdepends = whitesur-cursor-theme: Recommended cursor theme
conflicts = whitesur-icon-theme-git
options = !strip
- source = WhiteSur-icon-theme-2021-10-13.tar.gz::https://github.com/vinceliuice/WhiteSur-icon-theme/archive/2021-10-13.tar.gz
- sha256sums = 51b6f0f078036e85367c28d1da601449c66ccc202155c7d29726eca719cb0e39
+ source = WhiteSur-icon-theme-2022-03-18.tar.gz::https://github.com/vinceliuice/WhiteSur-icon-theme/archive/2022-03-18.tar.gz
+ sha256sums = 0572f65e78a88f6e2221a468a3623ea1b62cdbe5d617ea72ab67aeb823eaf11f
pkgname = whitesur-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 131e4c6cbc87..d1a22377b1fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Nico <d3sox at protonmail dot com>
_pkgname=WhiteSur-icon-theme
-_pkgver=2021-10-13
+_pkgver=2022-03-18
pkgname=whitesur-icon-theme
pkgver="${_pkgver//-/.}"
pkgrel=1
pkgdesc="MacOS Big Sur like icon theme for linux desktops"
arch=('any')
+makedepends=('gtk-update-icon-cache')
optdepends=(
'whitesur-gtk-theme: Recommended GTK theme'
'whitesur-kde-theme: Recommended KDE theme'
@@ -19,7 +20,7 @@ license=('GPL3')
url="https://github.com/vinceliuice/WhiteSur-icon-theme"
options=('!strip')
source=("${_pkgname}-${_pkgver}.tar.gz"::"${url}/archive/${_pkgver}.tar.gz")
-sha256sums=('51b6f0f078036e85367c28d1da601449c66ccc202155c7d29726eca719cb0e39')
+sha256sums=('0572f65e78a88f6e2221a468a3623ea1b62cdbe5d617ea72ab67aeb823eaf11f')
package() {
cd "${srcdir}/${_pkgname}-${_pkgver}"