Date: Tuesday, March 21, 2023 @ 23:19:35 Author: heftig Revision: 471742
44.0-1 Modified: gsettings-desktop-schemas/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-21 23:19:29 UTC (rev 471741) +++ PKGBUILD 2023-03-21 23:19:35 UTC (rev 471742) @@ -4,17 +4,26 @@ # Contributor: Adam Hani Schakaki (krzd) <[email protected]> pkgname=gsettings-desktop-schemas -pkgver=43.0 +pkgver=44.0 pkgrel=1 pkgdesc="Shared GSettings schemas for the desktop" url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" arch=(any) license=(GPL) -depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts) -makedepends=(gobject-introspection git meson) -_commit=742f0023b484bcf62f89731a2916fe3f2d30377a # tags/43.0^0 +depends=( + adobe-source-code-pro-fonts + cantarell-fonts + dconf + glib2 +) +makedepends=( + git + gobject-introspection + meson +) +_commit=eff0b3609ff745fcb58cba7198397c642702736e # tags/44.0^0 source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd $pkgname
