[arch-commits] Commit in dconf-editor/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Jul 5 20:35:01 UTC 2020
Date: Sunday, July 5, 2020 @ 20:35:01
Author: heftig
Revision: 390893
3.36.4-1
Modified:
dconf-editor/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-05 20:24:42 UTC (rev 390892)
+++ PKGBUILD 2020-07-05 20:35:01 UTC (rev 390893)
@@ -1,7 +1,7 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=dconf-editor
-pkgver=3.36.2
+pkgver=3.36.4
pkgrel=1
pkgdesc="dconf Editor"
arch=(x86_64)
@@ -10,7 +10,7 @@
groups=(gnome-extra)
depends=(gtk3 dconf)
makedepends=(vala meson appstream-glib git)
-_commit=60d4c07f334b61f5fdf8fa08cc04dbd8cbf54e98 # tags/3.36.2^0
+_commit=18bc34490425dcfd3078d63892c34308bb41ccb7 # tags/3.36.4^0
source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit")
sha256sums=('SKIP')
@@ -25,7 +25,7 @@
build() {
arch-meson $pkgname build
- ninja -C build
+ meson compile -C build
}
check() {
More information about the arch-commits
mailing list