|
@@ -3,7 +3,7 @@
|
|
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
|
|
|
|
|
pkgname=adwaita-icon-theme
|
|
|
-pkgver=3.34.0
|
|
|
+pkgver=3.34.1
|
|
|
pkgrel=1
|
|
|
pkgdesc="GNOME standard icons"
|
|
|
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
|
|
@@ -11,7 +11,7 @@ arch=(any)
|
|
|
license=(LGPL3 CCPL:by-sa)
|
|
|
depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
|
|
|
makedepends=(git gtk3)
|
|
|
-_commit=4b07f58bf29380bf65c3828122c07c61e53e285a # tags/2.34.0^0
|
|
|
+_commit=dc6bfa1097cc34d6e86a9887b55aeda45b0f6a32 # tags/3.34.1^0
|
|
|
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
@@ -22,11 +22,6 @@ pkgver() {
|
|
|
|
|
|
prepare() {
|
|
|
cd $pkgname
|
|
|
-
|
|
|
- # Fixup tag
|
|
|
- git tag -f 3.34.0 4b07f58bf29380bf65c3828122c07c61e53e285a
|
|
|
- git tag -d 2.34.0
|
|
|
-
|
|
|
autoreconf -fvi
|
|
|
}
|
|
|
|