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

Balló György bgyorgy at archlinux.org
Tue Dec 11 13:37:46 UTC 2018


    Date: Tuesday, December 11, 2018 @ 13:37:46
  Author: bgyorgy
Revision: 415316

upgpkg: gupnp-tools 0.8.15-1

Update to new version

Modified:
  gupnp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 13:32:12 UTC (rev 415315)
+++ PKGBUILD	2018-12-11 13:37:46 UTC (rev 415316)
@@ -1,23 +1,22 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gupnp-tools
-pkgver=0.8.14
+pkgver=0.8.15
 pkgrel=1
 pkgdesc="Utilities and demos to work with UPnP"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GUPnP"
 license=('GPL')
-depends=('gtksourceview3' 'gupnp-av')
+depends=('gtksourceview4' 'gupnp-av')
+makedepends=('meson')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('682b952b3cf43818c7d27549c152ea52e43320500820ab3392cf5a29a95e7efa')
+sha256sums=('336ef4a09b9fc83444a1594c8215e2bed55fbea5b6d1bf6b54c63104b4c497ab')
 
 build() {
-	cd $pkgname-$pkgver
-	./configure --prefix=/usr
-	make
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
 }
 
 package() {
-	cd $pkgname-$pkgver
-	make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list