summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--welcome.html.patch12
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1512da594d4..8d7b405a669e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 11:06:01 UTC 2016
+# Sun Jan 24 18:10:53 UTC 2016
pkgbase = plexpy
pkgdesc = A Python based monitoring and tracking tool for Plex Media Server.
- pkgver = 1.2.16
+ pkgver = 1.3.1
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.2.16.tar.gz::https://github.com/drzoidberg33/plexpy/archive/v1.2.16.tar.gz
+ source = plexpy-1.3.1.tar.gz::https://github.com/drzoidberg33/plexpy/archive/v1.3.1.tar.gz
source = plexpy.service
source = plexpy.install
source = welcome.html.patch
- sha256sums = 8a866c5c9dd0d4550422f0b0ebd4dfcedff369be09d1c24400e146780189f6c0
+ sha256sums = 58c2cd8f615a0ab4f4eb0606a7b526e35b0d0a48eeb54d022f401215b9f9a7e9
sha256sums = 007682d19b8573fed06d4f2017080519c6f26793aafba38f01f349627a6b36d5
sha256sums = 447c8e08beca653775a7a5d8743c395e058c4c149f864b14a084ff684f6081f8
- sha256sums = a9c1319185172379ae3bcfd01b4860b4405ffbac3165307c54e084251043ef9f
+ sha256sums = b1afd608a30595c85de0ea0ad3dea05ec6609287e9bb15847934c1d511a3a04d
pkgname = plexpy
diff --git a/PKGBUILD b/PKGBUILD
index cab4fb44fd27..d8907c6d6853 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.2.16
+pkgver=1.3.1
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=('8a866c5c9dd0d4550422f0b0ebd4dfcedff369be09d1c24400e146780189f6c0'
+sha256sums=('58c2cd8f615a0ab4f4eb0606a7b526e35b0d0a48eeb54d022f401215b9f9a7e9'
'007682d19b8573fed06d4f2017080519c6f26793aafba38f01f349627a6b36d5'
'447c8e08beca653775a7a5d8743c395e058c4c149f864b14a084ff684f6081f8'
- 'a9c1319185172379ae3bcfd01b4860b4405ffbac3165307c54e084251043ef9f')
+ 'b1afd608a30595c85de0ea0ad3dea05ec6609287e9bb15847934c1d511a3a04d')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/welcome.html.patch b/welcome.html.patch
index 1eb9f598fc53..238e5f020c77 100644
--- a/welcome.html.patch
+++ b/welcome.html.patch
@@ -1,11 +1,11 @@
---- data/interfaces/default/welcome.html 2015-12-06 13:52:55.157678848 +0100
-+++ data/interfaces/default/welcome_new.html 2015-12-06 13:52:26.117956848 +0100
-@@ -169,7 +169,7 @@
- <input type="checkbox" name="launch_browser" id="launch_browser" value="1" ${config['launch_browser']}>
+--- 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']}>
+ <input type="checkbox" name="refresh_libraries_on_startup" id="refresh_libraries_on_startup" value="1" ${config['refresh_libraries_on_startup']}>
<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>
+ <input type="text" name="home_stats_cards" id="home_stats_cards" value="first_run_wizard">
+ <input type="text" name="home_library_cards" id="home_library_cards" value="first_run_wizard">
</div>
- </div>
- <!-- Required fields but hidden -->