summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:44:30 -0700
committerMark Wagie2024-01-20 13:44:30 -0700
commite1c622ece1cdab8f81036d8ef120c8d7ed1c38f3 (patch)
tree0fc334afae225447a267b4bc2571a88395b2e2bc
parentf59cd07ae87db0d97a523727cd8782bc94ac85e7 (diff)
downloadaur-e1c622ece1cdab8f81036d8ef120c8d7ed1c38f3.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319efb493f0a..7269b9c8f332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = colloid-gtk-theme-git
url = https://github.com/vinceliuice/Colloid-gtk-theme
install = colloid-gtk-theme.install
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = sassc
optdepends = gtk-engine-murrine: GTK2 theme support
diff --git a/PKGBUILD b/PKGBUILD
index 5d2e212bbae9..fc6652e29d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Modern and clean Gtk theme for linux"
arch=('any')
url="https://github.com/vinceliuice/Colloid-gtk-theme"
-license=('GPL3')
+license=('GPL-3.0-or-later')
makedepends=('git' 'sassc')
optdepends=('gtk-engine-murrine: GTK2 theme support'
'colloid-icon-theme: Matching icon theme'
@@ -18,12 +18,12 @@ source=('git+https://github.com/vinceliuice/Colloid-gtk-theme.git')
sha256sums=('SKIP')
pkgver() {
- cd "$srcdir/Colloid-gtk-theme"
+ cd Colloid-gtk-theme
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {
- cd "$srcdir/Colloid-gtk-theme"
+ cd Colloid-gtk-theme
install -d "$pkgdir/usr/share/themes"
./install.sh -t all -d "$pkgdir/usr/share/themes"
./install.sh -t all -s compact --tweaks normal -d "$pkgdir/usr/share/themes"