summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2020-05-08 12:40:29 +0200
committerPhilip Goto2020-05-08 12:40:29 +0200
commit8a9131dd23762057e6ad252a0656bc0973844cee (patch)
tree748e19aecb4c1a627acbfe00dbc3fbf1f785bef2 /PKGBUILD
parent5ffcb0dbfd0b4cb1505812e92ced2cd5ad16f837 (diff)
downloadaur-8a9131dd23762057e6ad252a0656bc0973844cee.tar.gz
Update to latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 932c84c83cc6..91c312a61839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gnome-tweaks-git
-pkgver=3.31.3.r4.g99e06eb
+pkgver=3.34.0.r21.g39cde84
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-tweaks)
@@ -27,7 +27,7 @@ build() {
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {