aur/plexmediaserver to 0.9.9.14.531-1

This commit is contained in:
moonman 2014-09-22 11:13:56 +00:00
parent 81a9337d3f
commit 3a7239c1de
2 changed files with 11 additions and 4 deletions

View file

@ -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')

View file

@ -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
}