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

Jan Steffens heftig at archlinux.org
Fri Sep 13 12:03:35 UTC 2019


    Date: Friday, September 13, 2019 @ 12:03:34
  Author: heftig
Revision: 362511

3.33.90+27+ge26f21d-1

Modified:
  gnome-tweaks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 12:03:25 UTC (rev 362510)
+++ PKGBUILD	2019-09-13 12:03:34 UTC (rev 362511)
@@ -2,19 +2,19 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-tweaks
-pkgver=3.32.0
+pkgver=3.33.90+27+ge26f21d
 pkgrel=1
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks"
 arch=(any)
 license=(GPL)
-depends=(gnome-settings-daemon python-gobject)
+depends=(gnome-settings-daemon python-gobject libhandy)
 makedepends=(git meson)
 groups=(gnome-extra)
 provides=("gnome-tweak-tool=$pkgver")
 conflicts=(gnome-tweak-tool)
 replaces=(gnome-tweak-tool)
-_commit=6edc0dee262618ba2b0c6b46904f19a5e386351b  # tags/3.32.0^0
+_commit=e26f21d858e0b765fe1bef12540a535798b97d8b  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list