[arch-commits] Commit in gnome-initial-setup/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Oct 22 22:13:01 UTC 2020


    Date: Thursday, October 22, 2020 @ 22:13:00
  Author: bgyorgy
Revision: 730241

upgpkg: gnome-initial-setup 3.38.1-1: Update to new version

Modified:
  gnome-initial-setup/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 22:08:31 UTC (rev 730240)
+++ PKGBUILD	2020-10-22 22:13:00 UTC (rev 730241)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-initial-setup
-pkgver=3.36.4
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=(x86_64)
@@ -14,11 +14,11 @@
 optdepends=('gdm: GDM Initial Setup mode'
             'gnome-getting-started-docs: GNOME Welcome Tour')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('badc7e1dab82dfb05f53608ee923750bbc8d1c8f35422bf93cf1f2a2c4ff5f9f')
+sha256sums=('e55d4f4073998e0fb7b3dfcc470e2a4c7d950a96bedab15011b9084ebc813676')
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list