[arch-commits] Commit in gnome-screenshot/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Sep 26 22:05:14 UTC 2020
Date: Saturday, September 26, 2020 @ 22:05:14
Author: heftig
Revision: 396655
3.38.0-1
Modified:
gnome-screenshot/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-26 21:57:26 UTC (rev 396654)
+++ PKGBUILD 2020-09-26 22:05:14 UTC (rev 396655)
@@ -1,17 +1,17 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=gnome-screenshot
-pkgver=3.36.0
+pkgver=3.38.0
pkgrel=1
pkgdesc="Take pictures of your screen"
url="https://gitlab.gnome.org/GNOME/gnome-screenshot"
arch=(x86_64)
license=(GPL2)
-depends=(gtk3 libcanberra)
+depends=(gtk3 libcanberra libhandy)
makedepends=(git meson appstream-glib)
groups=(gnome)
-_commit=7327d80d59f601679abfb316a2027e003832cd8c # tags/3.36.0^0
+_commit=55e4838cf4853246e11849c3fadba8518e81a0a1 # tags/3.38.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-screenshot.git#commit=$_commit")
sha256sums=('SKIP')
@@ -26,7 +26,7 @@
build() {
arch-meson $pkgname build
- ninja -C build
+ meson compile -C build
}
check() {
More information about the arch-commits
mailing list