mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/plexmediaserver to 0.9.9.14.531-1
This commit is contained in:
parent
81a9337d3f
commit
3a7239c1de
2 changed files with 11 additions and 4 deletions
|
@ -11,9 +11,9 @@
|
|||
buildarch=2
|
||||
|
||||
pkgname=plexmediaserver
|
||||
pkgver=0.9.9.12.504
|
||||
pkgver=0.9.9.14.531
|
||||
pkgrel=1
|
||||
_subver=3e7f93c
|
||||
_subver=7eef8c6
|
||||
pkgdesc="Plex Media Server for Linux"
|
||||
url='http://www.plexapp.com'
|
||||
arch=('arm')
|
||||
|
@ -27,7 +27,7 @@ source=("http://downloads.plexapp.com/plex-media-server/${pkgver}-${_subver}/Ple
|
|||
"${pkgname}.service"
|
||||
"start_pms")
|
||||
|
||||
md5sums=('2ced1e01c9b7f3893b89b18930f715b9'
|
||||
md5sums=('d282cd6e2cb4c27ec360f8efd9023c29'
|
||||
'32cdd9f9de446f6646616a0077151726'
|
||||
'6601ebe6607cfb7dda9f3d77c1d043a9'
|
||||
'c4d158ae6f9a186e4553551d062febe3')
|
||||
|
|
|
@ -38,10 +38,13 @@ post_install() {
|
|||
cat << "EOM"
|
||||
####
|
||||
# Installation done
|
||||
# - change default configurations in:
|
||||
# - Change default configurations in:
|
||||
# /etc/conf.d/plexmediaserver
|
||||
# - Launch the server with:
|
||||
# systemctl start plexmediaserver
|
||||
# - WebUI is available at http://<ip>:32400/web
|
||||
# - After first run let it settle down for 10-20 min
|
||||
# or you won't be able to add anything to library
|
||||
#
|
||||
# This is an UNOFFICIAL package. Please don't go to plex forums
|
||||
# asking for help as they don't support it on ArchLinux ARM.
|
||||
|
@ -73,3 +76,7 @@ post_upgrade() {
|
|||
rm -f ${PLEX_MEDIA_SERVER_HOME}/start.sh
|
||||
chown -R ${PLEX_MEDIA_SERVER_USER} ${PLEX_MEDIA_SERVER_HOME} &
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
rm -r /opt/plexmediaserver
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue