summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic-Y3k2016-02-07 14:41:07 +0100
committerSonic-Y3k2016-02-07 14:41:07 +0100
commit69e6a9c98b1764d60370908b53f707e544392442 (patch)
treed49af9f0a238284b7853f24624041d494d34bffd
parent1a905f581579b60c3edcb68d6fa88b56e769d10c (diff)
downloadaur-69e6a9c98b1764d60370908b53f707e544392442.tar.gz
Update to 1.3.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--welcome.html.patch4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ddec36d8c6b..b9cba09263f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 21:48:41 UTC 2016
+# Sun Feb 7 13:40:53 UTC 2016
pkgbase = plexpy
pkgdesc = A Python based monitoring and tracking tool for Plex Media Server.
- pkgver = 1.3.5
+ pkgver = 1.3.6
pkgrel = 1
url = https://github.com/drzoidberg33/plexpy
install = plexpy.install
@@ -11,14 +11,14 @@ pkgbase = plexpy
depends = python2
provides = plexpy
conflicts = plexpy-git
- source = plexpy-1.3.5.tar.gz::https://github.com/drzoidberg33/plexpy/archive/v1.3.5.tar.gz
+ source = plexpy-1.3.6.tar.gz::https://github.com/drzoidberg33/plexpy/archive/v1.3.6.tar.gz
source = plexpy.service
source = plexpy.install
source = welcome.html.patch
- sha256sums = 5f219c6f88c10d6effef2ac5d34102c55c1e3ec60bd163f708b8d0d0de088fd0
+ sha256sums = 8d6023de667c9b277c8361b512e12d7d1c6aa63a5c859adca52cf1d3cf53cfb6
sha256sums = 58300f84762f1362ae4d81aab9bbdf48425735b886807fea847ec256082524a0
sha256sums = 447c8e08beca653775a7a5d8743c395e058c4c149f864b14a084ff684f6081f8
- sha256sums = b1afd608a30595c85de0ea0ad3dea05ec6609287e9bb15847934c1d511a3a04d
+ sha256sums = e8203e18bb168ae50401cb7afacbc5e0e9b0adc9fa1322c7744018b9f8ac1d32
pkgname = plexpy
diff --git a/PKGBUILD b/PKGBUILD
index 475a1711adda..6c18e58b00ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sonic-Y3k <sonic.y3k@googlemail.com>
# Based on package by: Denis Saintilma <1068des@gmail.com>
pkgname=plexpy
-pkgver=1.3.5
+pkgver=1.3.6
pkgrel=1
pkgdesc="A Python based monitoring and tracking tool for Plex Media Server."
arch=('any')
@@ -12,10 +12,10 @@ conflicts=('plexpy-git')
provides=("plexpy")
install='plexpy.install'
source=("$pkgname-$pkgver.tar.gz::https://github.com/drzoidberg33/plexpy/archive/v$pkgver.tar.gz" 'plexpy.service' 'plexpy.install' 'welcome.html.patch')
-sha256sums=('5f219c6f88c10d6effef2ac5d34102c55c1e3ec60bd163f708b8d0d0de088fd0'
+sha256sums=('8d6023de667c9b277c8361b512e12d7d1c6aa63a5c859adca52cf1d3cf53cfb6'
'58300f84762f1362ae4d81aab9bbdf48425735b886807fea847ec256082524a0'
'447c8e08beca653775a7a5d8743c395e058c4c149f864b14a084ff684f6081f8'
- 'b1afd608a30595c85de0ea0ad3dea05ec6609287e9bb15847934c1d511a3a04d')
+ 'e8203e18bb168ae50401cb7afacbc5e0e9b0adc9fa1322c7744018b9f8ac1d32')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/welcome.html.patch b/welcome.html.patch
index 238e5f020c77..1ebef1d257ac 100644
--- a/welcome.html.patch
+++ b/welcome.html.patch
@@ -1,8 +1,8 @@
--- data/interfaces/default/welcome.html.bak 2016-01-24 07:59:46.000000000 +0100
+++ data/interfaces/default/welcome.html 2016-01-24 19:04:40.915801550 +0100
-@@ -170,7 +170,7 @@
- <input type="checkbox" name="refresh_users_on_startup" id="refresh_users_on_startup" value="1" ${config['refresh_users_on_startup']}>
+@@ -171,7 +171,7 @@
<input type="checkbox" name="refresh_libraries_on_startup" id="refresh_libraries_on_startup" value="1" ${config['refresh_libraries_on_startup']}>
+ <input type="checkbox" name="server_changed" id="server_changed" value="1" checked>
<input type="checkbox" name="first_run_complete" id="first_run_complete" value="1" checked>
- <input type="checkbox" name="check_github" id="check_github" value="1" checked>
+ <input type="checkbox" name="check_github" id="check_github" value="0" checked>