[arch-commits] Commit in gnome-backgrounds/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 5 17:50:02 UTC 2018


    Date: Wednesday, September 5, 2018 @ 17:50:01
  Author: heftig
Revision: 333506

3.30.0-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 17:47:47 UTC (rev 333505)
+++ PKGBUILD	2018-09-05 17:50:01 UTC (rev 333506)
@@ -1,17 +1,17 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-backgrounds
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
-url="https://git.gnome.org/browse/gnome-backgrounds"
+url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
 arch=(any)
 makedepends=(glib2 meson)
 license=(GPL)
 groups=(gnome)
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b25b963d9d1ce076b489ef1e85c6540166f2312c77132f4ec0ecc90f3da8f1e1')
+sha256sums=('ece63a2aaf2e9b685721d125b7832fee63749db58743bc147ee92e136896e984')
 
 build() {
   arch-meson $pkgname-$pkgver build
@@ -19,10 +19,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 sw=2 et:


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



More information about the arch-commits mailing list