summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Gallant2016-02-20 09:39:48 -0800
committerMartin Gallant2016-02-20 09:39:48 -0800
commitdfd451cc542508929132d60498a606ea0c56a240 (patch)
tree6aa29f59842ff310ee453ff5eae8e2e7b6b7772c /PKGBUILD
parenta5e01d73a008db30146ad31419b1ff5fd74e5ebe (diff)
downloadaur-dfd451cc542508929132d60498a606ea0c56a240.tar.gz
Logging and systemd tweaks
Logging now goes to journald, no need for /var/log/mythtv Reduce noise from mythbackend - loglevel info->notice Explicitly depend on network via After= and Wants= in service file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0d2a715c5fa..9c14d169afa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on /var/abs/community/mythtv/PKGBUILD version 0.27.4
pkgname=mythtv-git
-pkgver=v0.28.pre.r3405.g362170e
+pkgver=v0.28.pre.r3579.g606597a
pkgrel=1
pkgdesc='Free Open Source software digital video recorder (DVR) project'
url='http://www.mythtv.org/'
@@ -27,12 +27,12 @@ optdepends=('glew: for GPU commercial flagging'
conflicts=('mythtv')
replaces=('mythtv')
+# Install file creates mythtv user - I don't think it needs to be in all these groups
install='mythtv.install'
-#source=('git+ssh://e5550/home/martyg/Git/mythtv#tag=v0.28-b1'
source=('git://github.com/MythTV/mythtv.git#branch=master'
'mythbackend.service')
sha256sums=('SKIP'
- 'ed5ca54de26b7cd8a64e09626eed6e09f35d677daf88c530bb24cc4252bcce6d')
+ '77e542610204f5eb96d95f62363833ecdc79dce718561b22b3c91a789192411c')
pkgver() {
cd "$srcdir/mythtv/mythtv"