summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f38632a0724..675561ccdd82 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=upplay
-pkgver=1.2.9
+pkgver=1.2.12
pkgrel=1
pkgdesc="A Qt5 based UPnP audio Control point, stable version"
url="http://www.lesbonscomptes.com/upplay/"
@@ -10,12 +10,12 @@ arch=('x86_64')
license=('GPL2')
provides=('upplay')
conflicts=('upplay' 'upplay-git')
-depends=('libupnpp>=0.15.3'
+depends=('libupnpp>=0.16.1'
'qt5-webkit'
'hicolor-icon-theme')
makedepends=('qt5-script')
source=("https://www.lesbonscomptes.com/${pkgname}/downloads/${pkgname}-$pkgver.tar.gz")
-md5sums=('77d3e26f3d96a361f2d83579634ed03d')
+md5sums=('c291b78ac90187016b5294fa546d0d75')
build(){
cd "$srcdir/${pkgname}-${pkgver}"