summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-06 10:42:05 -0700
committerMark Wagie2022-01-06 10:42:05 -0700
commit93e9d62a0e3e070e80725d8f9a8989951ab2f2e2 (patch)
tree23a165858f3a4fc580f3defdb0bb608a5dbf068e
parent76d6e4024143cd3db43ff405fd9c9d3e050a80c1 (diff)
downloadaur-93e9d62a0e3e070e80725d8f9a8989951ab2f2e2.tar.gz
minor PKGBUILD improvements
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 199af2e045c1..4c65239fbe0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colloid-gtk-theme-git
pkgdesc = Modern and clean theme for linux
- pkgver = 2021.12.09.r14.g58a4763
+ pkgver = 2021.12.09.r41.g6c1fa0c
pkgrel = 1
arch = any
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = colloid-gtk-theme-git
pkgname = colloid-gtk-theme-git
pkgdesc = Modern and clean Gtk theme for linux
- url = https://www.gnome-look.org/p/1661959
+ url = https://www.pling.com/p/1661959
optdepends = gtk-engine-murrine: GTK2 theme support
optdepends = colloid-icon-theme: Matching icon theme
provides = colloid-gtk-theme
@@ -21,7 +21,7 @@ pkgname = colloid-gtk-theme-git
pkgname = colloid-icon-theme-git
pkgdesc = Modern and clean icon theme for linux
- url = https://www.gnome-look.org/p/1661983
+ url = https://www.pling.com/p/1661983
depends = gtk-update-icon-cache
depends = hicolor-icon-theme
provides = colloid-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 01b12933ae55..b046d6be5d60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=('colloid-gtk-theme-git' 'colloid-icon-theme-git')
pkgbase=colloid-gtk-theme-git
-pkgver=2021.12.09.r14.g58a4763
+pkgver=2021.12.09.r41.g6c1fa0c
pkgrel=1
pkgdesc="Modern and clean theme for linux"
arch=('any')
@@ -18,7 +18,7 @@ pkgver() {
package_colloid-gtk-theme-git() {
pkgdesc="Modern and clean Gtk theme for linux"
- url="https://www.gnome-look.org/p/1661959"
+ url="https://www.pling.com/p/1661959"
optdepends=('gtk-engine-murrine: GTK2 theme support'
'colloid-icon-theme: Matching icon theme')
provides=("${pkgname%-git}")
@@ -29,14 +29,14 @@ package_colloid-gtk-theme-git() {
./install.sh -t all -d "$pkgdir/usr/share/themes"
./install.sh -t all -s compact -d "$pkgdir/usr/share/themes"
- # Nord version - currently missing assets
+ # Nord version - currently missing assets: src/assets/gtk/assets-grey-nord
# ./install.sh -t all --tweaks nord -d "$pkgdir/usr/share/themes"
# ./install.sh -t all -s compact --tweaks nord -d "$pkgdir/usr/share/themes"
}
package_colloid-icon-theme-git() {
pkgdesc="Modern and clean icon theme for linux"
- url="https://www.gnome-look.org/p/1661983"
+ url="https://www.pling.com/p/1661983"
depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")