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

Jan Steffens heftig at archlinux.org
Wed Mar 14 18:21:54 UTC 2018


    Date: Wednesday, March 14, 2018 @ 18:21:54
  Author: heftig
Revision: 318988

3.28.0-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 18:21:52 UTC (rev 318987)
+++ PKGBUILD	2018-03-14 18:21:54 UTC (rev 318988)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-backgrounds
-pkgver=3.27.90
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 url="https://git.gnome.org/browse/gnome-backgrounds"
@@ -11,7 +11,7 @@
 license=(GPL)
 groups=(gnome)
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e52a2b217d34fae16d0c8d543f75fdad7290edbe71abdc47a44b563387b04723')
+sha256sums=('b25b963d9d1ce076b489ef1e85c6540166f2312c77132f4ec0ecc90f3da8f1e1')
 
 build() {
   arch-meson $pkgname-$pkgver build
@@ -18,6 +18,11 @@
   ninja -C build
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list