[arch-commits] Commit in dconf-editor/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 5 21:14:58 UTC 2018


    Date: Wednesday, September 5, 2018 @ 21:14:58
  Author: heftig
Revision: 333571

3.30.0-1

Modified:
  dconf-editor/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 21:14:54 UTC (rev 333570)
+++ PKGBUILD	2018-09-05 21:14:58 UTC (rev 333571)
@@ -1,8 +1,7 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=dconf-editor
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(x86_64)
@@ -11,8 +10,8 @@
 groups=(gnome-extra)
 depends=(gtk3 dconf)
 makedepends=(vala meson appstream-glib git)
-_commit=faa4bc96e52a0cfc27c40203a88bf34e1b96a2e5  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit")
+_commit=b047212fb9a9fc42e0b5cf46d0dba3438777d1be  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -30,12 +29,11 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:


Property changes on: dconf-editor/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list