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

Balló György bgyorgy at archlinux.org
Mon Mar 9 01:41:13 UTC 2020


    Date: Monday, March 9, 2020 @ 01:41:13
  Author: bgyorgy
Revision: 592727

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

Modified:
  gnome-initial-setup/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-09 01:16:21 UTC (rev 592726)
+++ PKGBUILD	2020-03-09 01:41:13 UTC (rev 592727)
@@ -1,8 +1,8 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-initial-setup
-pkgver=3.34.3
-pkgrel=2
+pkgver=3.36.0
+pkgrel=1
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('x86_64')
 url="https://www.gnome.org/"
@@ -14,10 +14,10 @@
 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=('33f9ceb2d65800644c6d6430bbb1d0f4387a062684014cba836d9fbc593d88b5')
+sha256sums=('8af80af877408ecf18522729bf3a9a67748e5d17caef162ec84e426c843db121')
 
 build() {
-  arch-meson $pkgname-$pkgver build
+  arch-meson $pkgname-$pkgver build -Dparental_controls=disabled
   ninja -C build
 }
 



More information about the arch-commits mailing list