Date: Wednesday, November 6, 2019 @ 14:57:35 Author: heftig Revision: 366870
3.34.2-1 Modified: adwaita-icon-theme/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-06 14:46:43 UTC (rev 366869) +++ PKGBUILD 2019-11-06 14:57:35 UTC (rev 366870) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=adwaita-icon-theme -pkgver=3.34.1 +pkgver=3.34.2 pkgrel=1 pkgdesc="GNOME standard icons" url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" @@ -11,7 +11,7 @@ license=(LGPL3 CCPL:by-sa) depends=(hicolor-icon-theme gtk-update-icon-cache librsvg) makedepends=(git gtk3) -_commit=dc6bfa1097cc34d6e86a9887b55aeda45b0f6a32 # tags/3.34.1^0 +_commit=5f415a930d6f830565d187242e6641b2c343b362 # master source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit") sha256sums=('SKIP') @@ -22,6 +22,7 @@ prepare() { cd $pkgname + git tag -f 3.34.2 5f415a930d6f830565d187242e6641b2c343b362 # Fixup tag autoreconf -fvi }
