summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-06-17 10:20:29 -0600
committerMark Wagie2022-06-17 10:20:29 -0600
commit06676c9635b90ecacfaf43fde9be1716c6e7221e (patch)
tree2e5149c85717874cea36ba97b72d16e5754556e1
parentb0626969309b51071f589f62895b5440fb847156 (diff)
downloadaur-06676c9635b90ecacfaf43fde9be1716c6e7221e.tar.gz
add cursor theme to optional deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ae99ba2baab..b123dfa5e7bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colloid-gtk-theme-git
pkgdesc = Modern and clean Gtk theme for linux
- pkgver = 2022.04.22.r4.gf618c8e8
+ pkgver = 2022.05.15.r2.g65f141f2
pkgrel = 1
url = https://www.pling.com/p/1661959
arch = any
@@ -9,6 +9,7 @@ pkgbase = colloid-gtk-theme-git
makedepends = sassc
optdepends = gtk-engine-murrine: GTK2 theme support
optdepends = colloid-icon-theme: Matching icon theme
+ optdepends = colloid-cursors: Matching cursor theme
provides = colloid-gtk-theme
conflicts = colloid-gtk-theme
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 539be7dae06e..7e6f0d2610e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=colloid-gtk-theme-git
-pkgver=2022.04.22.r4.gf618c8e8
+pkgver=2022.05.15.r2.g65f141f2
pkgrel=1
pkgdesc="Modern and clean Gtk theme for linux"
arch=('any')
@@ -8,7 +8,8 @@ url="https://www.pling.com/p/1661959"
license=('GPL3')
makedepends=('git' 'sassc')
optdepends=('gtk-engine-murrine: GTK2 theme support'
- 'colloid-icon-theme: Matching icon theme')
+ 'colloid-icon-theme: Matching icon theme'
+ 'colloid-cursors: Matching cursor theme')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
options=('!strip')