summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Coté2020-12-30 00:52:05 -0600
committerAlex Coté2020-12-30 00:52:05 -0600
commitd830532fa9dc965a9e76523301d9087aeacd52ca (patch)
treec6a2e7d834ad79436496fdfc9fbee4404cce854b
parentae0f1af012a32522d3df113704b55c3f2815661c (diff)
downloadaur-d830532fa9dc965a9e76523301d9087aeacd52ca.tar.gz
¯\_(ツ)_/¯
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63d3917e6ff0..3ebee0d193a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = desert-theme-git
pkgdesc = GTK3 theme made by Paulxfce. "Designed to be light, crisp, and simple, this theme is thoroughly built and tested to provide a nice desktop environment."
pkgver = r7.d07c904
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnome-look.org/p/1449286/
arch = any
license = GPL2
diff --git a/.gitignore b/.gitignore
index a0b26022e2ca..6000c53a872c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
+Desert
src
pkg
-Desert
*pkg.tar.xz
+*pkg.tar.zst
tags
diff --git a/PKGBUILD b/PKGBUILD
index 7092b5fffc93..ab2eb0252aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=desert-theme-git
_gitname=Desert
pkgver=r7.d07c904
-pkgrel=2
+pkgrel=3
pkgdesc="GTK3 theme made by Paulxfce. \"Designed to be light, crisp, and simple, this theme is thoroughly built and tested to provide a nice desktop environment.\""
arch=("any")
url="https://www.gnome-look.org/p/1449286/"
@@ -40,7 +40,7 @@ build() {
"Desert-Purple" "Desert-Purple-Solid"
"Desert-Purple-Dark" "Desert-Purple-Dark-Solid")
- for (( i=1; i<=${#directory_list[@]}; i++ ))
+ for (( i=0; i<=${#directory_list[@]}; i++ ))
do
find "$PWD" -maxdepth 1 -type d -name "${directory_list[$i]}" | sort -V | tail -1 | xargs -I '{}' mv -f {} ./latest/"${theme_names[$i]}"
done