summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-02-01 13:25:23 +0100
committerPhilip Goto2022-02-01 13:25:23 +0100
commit7d9bd926fc166f6465150ba60f322ffd98bc2072 (patch)
tree2489dafdc8f96e6417e2b2a101c3de0bf012e10e
parent60671303570157563a49f59f452e5eb55f7c561c (diff)
downloadaur-7d9bd926fc166f6465150ba60f322ffd98bc2072.tar.gz
Revert settings icon deletion for now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01ffa0c7c8c4..5dc804975fa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adwaita-icon-theme-git
pkgdesc = GNOME standard icons
- pkgver = 41.0.r123.g53bfec358
+ pkgver = 41.0.r150.gb667445fe
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5a059dbf76ce..e6596c0e9a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=adwaita-icon-theme-git
-pkgver=41.0.r123.g53bfec358
+pkgver=41.0.r150.gb667445fe
pkgrel=1
pkgdesc='GNOME standard icons'
arch=(any)
@@ -21,6 +21,7 @@ pkgver() {
prepare() {
cd adwaita-icon-theme
+ git revert --no-edit 1b528b4c1b876381e2a8274cb87408ab4860a9c1
autoreconf -fvi
}