Date: Friday, March 26, 2021 @ 00:11:00 Author: heftig Revision: 411040
40rc-1 Modified: adwaita-icon-theme/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 00:10:51 UTC (rev 411039) +++ PKGBUILD 2021-03-26 00:11:00 UTC (rev 411040) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=adwaita-icon-theme -pkgver=3.38.0 +pkgver=40rc pkgrel=1 pkgdesc="GNOME standard icons" url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" @@ -11,13 +11,13 @@ license=(LGPL3 CCPL:by-sa) depends=(hicolor-icon-theme gtk-update-icon-cache librsvg) makedepends=(git gtk3) -_commit=710fcd314a56e4e856388f2cc0a2de02e3941920 # tags/3.38.0^0 +_commit=f05866777fb84bdda844804610bc276c20d9efd5 # tags/40.rc^0 source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/\.rc/rc/;s/-/+/g' } prepare() {
