summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRogach2020-04-22 12:02:46 +0300
committerRogach2020-04-22 12:02:46 +0300
commit6545345b115882b120d622426f6180522caf326d (patch)
tree5b3cec1f9f9cd63eac10e12c2762c80de3c0505d /PKGBUILD
parent1c16946cd370c957c501941ac10630756b8e9759 (diff)
downloadaur-6545345b115882b120d622426f6180522caf326d.tar.gz
replace libupnp18 with libupnp-git
Gerbera now requires libupnp with version at least 1.12.x, and that's only provided by libupnp-git package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5b8f334a240..33f34688a7ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Benjamin Hedrich <code at pagenotfound.de>
pkgname=gerbera-git
-pkgver=3408.5c035382
+pkgver=3457.525e4a69
pkgrel=1
pkgdesc="UPnP Media Server (Based on MediaTomb)"
arch=(i686 x86_64 armv7h)
url="https://github.com/gerbera/gerbera"
license=('GPL2')
-depends=('taglib' 'curl' 'sqlite' 'file' 'gcc-libs' 'libupnp18' 'libmatroska'
+depends=('taglib' 'curl' 'sqlite' 'file' 'gcc-libs' 'libupnp-git' 'libmatroska'
'duktape' 'libexif' 'expat' 'libebml' 'fmt' 'spdlog' 'pugixml')
makedepends=('cmake')
install=gerbera.install