From ee94566df6be38bf8ee0c72fe42cc0018ff131e0 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Wed, 15 Jun 2016 11:35:45 -0400 Subject: [PATCH] Revert "Add optional dependency for miniupnpc." This reverts commit 94142a7cb6327dcc4c58acad0c1b1b6eb6f06a16. --- .SRCINFO | 5 ++--- PKGBUILD | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 61f1c6e..dec4a5e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,15 @@ # Generated by mksrcinfo v8 -# Wed Jun 15 15:34:18 UTC 2016 +# Fri Jun 10 17:00:48 UTC 2016 pkgbase = plex-media-server-plexpass pkgdesc = Plex Media Server (PlexPass version) pkgver = 0.9.17.2.2159 - pkgrel = 2 + pkgrel = 1 url = https://plex.tv/ install = plex-media-server.install arch = armv7h arch = i686 arch = x86_64 license = custom - optdepends = miniupnpc provides = plex-media-server conflicts = plex-media-server options = !emptydirs diff --git a/PKGBUILD b/PKGBUILD index fcf48cd..981d63a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,13 +13,12 @@ pkgname=plex-media-server-plexpass pkgver=0.9.17.2.2159 _pkgsum=2bd156c -pkgrel=2 +pkgrel=1 pkgdesc='Plex Media Server (PlexPass version)' arch=('armv7h' 'i686' 'x86_64') url='https://plex.tv/' license=('custom') options=('!emptydirs') -optdepends=('miniupnpc') provides=('plex-media-server') conflicts=('plex-media-server') backup=('etc/conf.d/plexmediaserver')