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

Balló György bgyorgy at archlinux.org
Wed Apr 17 18:06:06 UTC 2019


    Date: Wednesday, April 17, 2019 @ 18:06:06
  Author: bgyorgy
Revision: 451899

upgpkg: gupnp-tools 0.10.0-1

Update to new version

Modified:
  gupnp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-17 17:56:37 UTC (rev 451898)
+++ PKGBUILD	2019-04-17 18:06:06 UTC (rev 451899)
@@ -1,25 +1,17 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gupnp-tools
-pkgver=0.8.15
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Utilities and demos to work with UPnP"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GUPnP"
 license=('GPL')
-depends=('gtksourceview4' 'gupnp-av')
+depends=('gtksourceview4' 'gupnp' 'gupnp-av')
 makedepends=('meson')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('336ef4a09b9fc83444a1594c8215e2bed55fbea5b6d1bf6b54c63104b4c497ab')
+sha256sums=('41da7ff5ba8e2425adcb64ca5e04c81f57ca20ec6fdb84923939fdad42c6a18d')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix icons installation
-  # https://gitlab.gnome.org/GNOME/gupnp-tools/merge_requests/2
-  sed -i "s/'256x256'))/'256x256', 'apps'))/" data/meson.build
-}
-
 build() {
   arch-meson $pkgname-$pkgver build
   ninja -C build



More information about the arch-commits mailing list