summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2dbdead486d9..122ab0c1cfca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='macos-icon-theme'
pkgver=3.8
-pkgrel=2
+pkgrel=3
pkgdesc='macOS iCons Theme'
arch=('any')
url='https://www.gnome-look.org/p/1102582/'
@@ -12,6 +12,7 @@ md5sums=('26ee193b24012bd1b10504e82379181d')
prepare() {
cd "$srcdir"
+ find -name '* *' -delete
cp macOS/status/symbolic/*.svg macOS/devices/symbolic
}