summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-02-15 17:49:21 +0100
committerPhilip Goto2022-02-15 17:49:21 +0100
commit9be8486562e8117b388bdf6856d41c53ee2a2d4c (patch)
tree5aaedf990fd6e10203b90390ba00433f099c3d33
parent24b16a3f76575c73abf45ade28c28854aa8e91c7 (diff)
downloadaur-9be8486562e8117b388bdf6856d41c53ee2a2d4c.tar.gz
Remove settings icon revert
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c4672fd68bb..1d8f13ef17cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adwaita-icon-theme-git
pkgdesc = GNOME standard icons
- pkgver = 41.0.r160.gac378cd37
+ pkgver = 41.0.r175.g6e9bbd0f3
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 72af137c8874..373fd8daabda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=adwaita-icon-theme-git
-pkgver=41.0.r160.gac378cd37
+pkgver=41.0.r175.g6e9bbd0f3
pkgrel=1
pkgdesc='GNOME standard icons'
arch=(any)
@@ -21,11 +21,6 @@ pkgver() {
prepare() {
cd adwaita-icon-theme
-
- # Revert settings icons removal to keep compatibility with GNOME 41
- git revert -n 1b528b4c1b876381e2a8274cb87408ab4860a9c1 || true
- git checkout master -- src/symbolic/core.svg
-
autoreconf -fvi
}