[arch-commits] Commit in gupnp-tools/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Oct 25 19:54:02 UTC 2021


    Date: Monday, October 25, 2021 @ 19:54:02
  Author: heftig
Revision: 1033653

0.10.1-1

Modified:
  gupnp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 19:50:25 UTC (rev 1033652)
+++ PKGBUILD	2021-10-25 19:54:02 UTC (rev 1033653)
@@ -1,8 +1,8 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gupnp-tools
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Utilities and demos to work with UPnP"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GUPnP"
@@ -10,13 +10,17 @@
 depends=('gtksourceview4' 'gupnp' 'gupnp-av')
 makedepends=('meson')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('41da7ff5ba8e2425adcb64ca5e04c81f57ca20ec6fdb84923939fdad42c6a18d')
+sha256sums=('4ea96d167462b3a548efc4fc4ea089fe518d7d29be349d1cce8982b9ffb53b4a')
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list