[arch-commits] Commit in gnome-screenshot/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Oct 14 20:02:12 UTC 2019
Date: Monday, October 14, 2019 @ 20:02:12
Author: heftig
Revision: 364817
3.34.0-1
Modified:
gnome-screenshot/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 19:44:14 UTC (rev 364816)
+++ PKGBUILD 2019-10-14 20:02:12 UTC (rev 364817)
@@ -2,16 +2,16 @@
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=gnome-screenshot
-pkgver=3.32.0
+pkgver=3.34.0
pkgrel=1
pkgdesc="Take pictures of your screen"
url="https://gitlab.gnome.org/GNOME/gnome-screenshot"
arch=(x86_64)
license=(GPL2)
-depends=(dconf gtk3 libcanberra)
+depends=(gtk3 libcanberra)
makedepends=(git meson appstream-glib)
groups=(gnome)
-_commit=55476373ea9926f50864f42385aebebc6efc5de9 # tags/3.32.0^0
+_commit=dfa82b02e177fc56ac9676a787fe288054fe8e29 # tags/3.34.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-screenshot.git#commit=$_commit")
sha256sums=('SKIP')
@@ -30,7 +30,7 @@
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {
More information about the arch-commits
mailing list