mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/plexmediaserver fix download problem, hopefully
This commit is contained in:
parent
f6e6708a34
commit
de4804c6a0
2 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,7 @@ buildarch=2
|
|||
|
||||
pkgname=plexmediaserver
|
||||
pkgver=0.9.9.7.429
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_subver=f80a8d6
|
||||
pkgdesc="Plex Media Server for Linux"
|
||||
url='http://www.plexapp.com'
|
||||
|
@ -22,14 +22,14 @@ depends=('rsync' 'avahi')
|
|||
backup=('etc/conf.d/plexmediaserver')
|
||||
install='plexmediaserver.install'
|
||||
|
||||
source=("http://plex.r.worldssl.net/plex-media-server/${pkgver}-${_subver}/PlexMediaServer-${pkgver}-${_subver}-arm.spk"
|
||||
source=("http://downloads.plexapp.com/plex-media-server/${pkgver}-${_subver}/PlexMediaServer-${pkgver}-${_subver}-arm.spk"
|
||||
"${pkgname}.conf.d"
|
||||
"${pkgname}.service"
|
||||
"start_pms")
|
||||
|
||||
md5sums=('68eaa3a1bcfe7285ff66d9d30941a444'
|
||||
'32cdd9f9de446f6646616a0077151726'
|
||||
'b69f7188025ff62187724041c959adef'
|
||||
'6601ebe6607cfb7dda9f3d77c1d043a9'
|
||||
'c4d158ae6f9a186e4553551d062febe3')
|
||||
build() {
|
||||
mkdir ${srcdir}/plex
|
||||
|
|
|
@ -7,6 +7,8 @@ EnvironmentFile=-/etc/conf.d/plexmediaserver
|
|||
ExecStart=/opt/plexmediaserver/start_pms
|
||||
KillMode=process
|
||||
Type=forking
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue