summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-12-22 09:00:22 +0000
committerKaizhao Zhang2021-12-22 09:00:22 +0000
commit2401319c57c416e439dfb25f648b8ff9be53aef7 (patch)
treedad32221a0a76a14bf13e2043fa7ce1aa842c580
parent1744ee19d5d0021fcb8285c294a4442a3b41bcfe (diff)
downloadaur-2401319c57c416e439dfb25f648b8ff9be53aef7.tar.gz
Updated to version 2021-12-04
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47d180f7b51..0bb3b4793444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = whitesur-gtk-theme
pkgdesc = A macOS BigSur-like theme for your GTK apps
- pkgver = 2021.10.21
+ pkgver = 2021.12.04
pkgrel = 1
url = https://github.com/vinceliuice/WhiteSur-gtk-theme
install = whitesur-gtk-theme.install
arch = any
license = MIT
makedepends = sassc
+ makedepends = which
optdepends = gtk-engine-murrine: GTK2 theme support
optdepends = gtk-engines: GTK2 theme support
optdepends = whitesur-icon-theme: matching icon theme
optdepends = whitesur-cursor-theme: matching cursor theme
conflicts = whitesur-gtk-theme-git
- source = whitesur-gtk-theme-2021-10-21.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2021-10-21.tar.gz
- sha256sums = 13508b65b8cfc70023a4425944340cff4814106edfeadd9336bfbcb787b8320f
+ source = whitesur-gtk-theme-2021-12-04.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2021-12-04.tar.gz
+ sha256sums = 9d77fd7c3204d862177f0d46df7a8a2d2518f3429ca9194a1275672f902ca7f9
pkgname = whitesur-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index dcb2fee4f3a8..778a27f7b9e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
_pkgname=WhiteSur-gtk-theme
-_pkgver=2021-10-21
+_pkgver=2021-12-04
pkgname=whitesur-gtk-theme
pkgver="${_pkgver//-/.}"
@@ -11,7 +11,7 @@ pkgdesc="A macOS BigSur-like theme for your GTK apps"
arch=('any')
url="https://github.com/vinceliuice/WhiteSur-gtk-theme"
license=('MIT')
-makedepends=('sassc')
+makedepends=('sassc' 'which')
optdepends=(
'gtk-engine-murrine: GTK2 theme support'
'gtk-engines: GTK2 theme support'
@@ -24,7 +24,7 @@ source=(
"${pkgname}-${_pkgver}.tar.gz::${url}/archive/${_pkgver}.tar.gz"
)
sha256sums=(
- '13508b65b8cfc70023a4425944340cff4814106edfeadd9336bfbcb787b8320f'
+ '9d77fd7c3204d862177f0d46df7a8a2d2518f3429ca9194a1275672f902ca7f9'
)
package() {