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

Balló György bgyorgy at archlinux.org
Tue Dec 11 12:18:25 UTC 2018


    Date: Tuesday, December 11, 2018 @ 12:18:25
  Author: bgyorgy
Revision: 415308

upgpkg: gnome-games 3.30.2-1

Update to new version

Modified:
  gnome-games/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 12:11:13 UTC (rev 415307)
+++ PKGBUILD	2018-12-11 12:18:25 UTC (rev 415308)
@@ -2,7 +2,7 @@
 # Contributor: Tom Richards <tom at tomrichards.net>
 
 pkgname=gnome-games
-pkgver=3.30.0
+pkgver=3.30.2
 pkgrel=1
 pkgdesc='Simple game launcher for GNOME'
 arch=('x86_64')
@@ -11,19 +11,13 @@
 depends=('grilo' 'libmanette' 'retro-gtk' 'tracker')
 makedepends=('meson' 'vala')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('1c460a414ce9b739f2cdcafc4486987ba3f1052df17071a0566b7a73685df230')
+sha256sums=('5607c4071d3b07809ec1a88deb52bb289c29b2f5fb91374e244ebe7f8dee31a1')
 
-prepare() {
-  mkdir build
-}
-
 build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
-  ninja
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list