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
|
pkgname=plexmediaserver
|
||||||
pkgver=0.9.9.7.429
|
pkgver=0.9.9.7.429
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_subver=f80a8d6
|
_subver=f80a8d6
|
||||||
pkgdesc="Plex Media Server for Linux"
|
pkgdesc="Plex Media Server for Linux"
|
||||||
url='http://www.plexapp.com'
|
url='http://www.plexapp.com'
|
||||||
|
@ -22,14 +22,14 @@ depends=('rsync' 'avahi')
|
||||||
backup=('etc/conf.d/plexmediaserver')
|
backup=('etc/conf.d/plexmediaserver')
|
||||||
install='plexmediaserver.install'
|
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}.conf.d"
|
||||||
"${pkgname}.service"
|
"${pkgname}.service"
|
||||||
"start_pms")
|
"start_pms")
|
||||||
|
|
||||||
md5sums=('68eaa3a1bcfe7285ff66d9d30941a444'
|
md5sums=('68eaa3a1bcfe7285ff66d9d30941a444'
|
||||||
'32cdd9f9de446f6646616a0077151726'
|
'32cdd9f9de446f6646616a0077151726'
|
||||||
'b69f7188025ff62187724041c959adef'
|
'6601ebe6607cfb7dda9f3d77c1d043a9'
|
||||||
'c4d158ae6f9a186e4553551d062febe3')
|
'c4d158ae6f9a186e4553551d062febe3')
|
||||||
build() {
|
build() {
|
||||||
mkdir ${srcdir}/plex
|
mkdir ${srcdir}/plex
|
||||||
|
|
|
@ -7,6 +7,8 @@ EnvironmentFile=-/etc/conf.d/plexmediaserver
|
||||||
ExecStart=/opt/plexmediaserver/start_pms
|
ExecStart=/opt/plexmediaserver/start_pms
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Restart=on-failure
|
||||||
|
RestartSec=5
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue