[arch-commits] Commit in upnp-player-qt/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 7 10:27:23 UTC 2017


    Date: Thursday, December 7, 2017 @ 10:27:21
  Author: arojas
Revision: 272933

elisa needs q newer snapshot

Modified:
  upnp-player-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 10:17:03 UTC (rev 272932)
+++ PKGBUILD	2017-12-07 10:27:21 UTC (rev 272933)
@@ -1,25 +1,21 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=upnp-player-qt
-pkgver=0.2
+pkgver=0.2.git20170530
 pkgrel=1
+_commit=feda500b33eeb5b0b5c05f34e2fe632acb6649ad
 pkgdesc='Upnp layer build with Qt5'
 url='https://gitlab.com/homeautomationqt/upnp-player-qt'
 arch=(x86_64)
 license=(LGPL3)
 depends=(kdsoap)
-makedepends=(extra-cmake-modules qt5-svg qt5-multimedia kdeclarative)
-source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/homeautomationqt/upnp-player-qt/repository/$pkgver/archive.tar.gz"
-        upnp-player-qt-build.patch)
-sha256sums=('63d0aa2dd986ea8c0cc484eeccf5fff1787ddcf85edaaf0e5c021fd6baa70179'
-            '42fa449ad6284f3c29f2f2ba842409b13c0fdd59847bb5dd080c3592d4d0c042')
+makedepends=(extra-cmake-modules qt5-declarative qt5-websockets)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/homeautomationqt/upnp-player-qt/repository/$_commit/archive.tar.gz")
+sha256sums=('6c8b2f44dc457d2368c9b599adb469083c25b7ac80030a8a3856560f1b4403f9')
 
 prepare() {
   cd $pkgname-*/
   mkdir -p build
-
-# Fix build
-  patch -p1 -i ../upnp-player-qt-build.patch
 }
 
 build() {



More information about the arch-commits mailing list