summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2021-05-11 08:57:15 +1000
committerchrisjbillington2021-05-11 08:57:15 +1000
commit57d67a1291c224c7717c472b6de40b4cb2f1e9d8 (patch)
tree38b902e0f50ee0dcf9dc4dab0c4bfd18183b362f
parent8465246e248484cc33583ac2e7798e11cad8f506 (diff)
downloadaur-57d67a1291c224c7717c472b6de40b4cb2f1e9d8.tar.gz
Fix for shell themes no longer being symlinks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d18a944371e..79807a27527f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yaru-git
pkgdesc = Yaru default ubuntu theme
- pkgver = 21.04.1.r14.gb01004d7c
+ pkgver = 21.04.1.r71.g8528f4725
pkgrel = 1
url = https://github.com/ubuntu/yaru
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index de7177967495..563dd84890f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=(yaru-sound-theme-git
yaru-metacity-theme-git
yaru-icon-theme-git
yaru-session-git)
-pkgver=21.04.1.r14.gb01004d7c
+pkgver=21.04.1.r71.g8528f4725
pkgrel=1
pkgdesc="Yaru default ubuntu theme"
arch=(any)
@@ -44,8 +44,8 @@ _delete_all_from_pkgdir_except() {
rm -r "${pkgdir}"/usr/share/gtksourceview-*
fi
if [[ "$1" != "gnome-shell-theme" ]]; then
- rm "${pkgdir}"/usr/share/themes/Yaru{,-light}/gnome-shell
- rm -r "${pkgdir}"/usr/share/gnome-shell/theme/Yaru{,-light}
+ rm -r "${pkgdir}"/usr/share/themes/Yaru{,-light}/gnome-shell
+ rm -r "${pkgdir}"/usr/share/gnome-shell/theme/Yaru
fi
if [[ "$1" != "unity-theme" ]]; then
rm -r "${pkgdir}"/usr/share/themes/Yaru/unity