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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 3 08:46:04 UTC 2019


    Date: Tuesday, December 3, 2019 @ 08:46:03
  Author: bpiotrowski
Revision: 534927

upgpkg: gnome-initial-setup 3.34.1-2

drop experimental region page

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 03:01:27 UTC (rev 534926)
+++ PKGBUILD	2019-12-03 08:46:03 UTC (rev 534927)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-initial-setup
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('x86_64')
 url="https://www.gnome.org/"
@@ -17,7 +17,7 @@
 sha256sums=('e71f10ef6b631cd92ffde774e4130b32b2494b4df5ef288375d8b1957eeabfa1')
 
 build() {
-  arch-meson $pkgname-$pkgver build -D region-page=true
+  arch-meson $pkgname-$pkgver build
   ninja -C build
 }
 



More information about the arch-commits mailing list