summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf686eb7e46..01a94569f1f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 16:44:15 UTC 2016
+# Thu Feb 11 04:34:43 UTC 2016
pkgbase = mythtv-git
pkgdesc = Free Open Source software digital video recorder (DVR) project
pkgver = v0.28.pre.r3405.g362170e
@@ -54,10 +54,10 @@ pkgbase = mythtv-git
optdepends = xmltv: to download tv listings
conflicts = mythtv
replaces = mythtv
- source = git://github.com/MythTV/mythtv.git#branch=master
+ source = git+ssh://e5550/home/martyg/Git/mythtv#tag=v0.28-b1
source = mythbackend.service
sha256sums = SKIP
- sha256sums = ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302
+ sha256sums = ed5ca54de26b7cd8a64e09626eed6e09f35d677daf88c530bb24cc4252bcce6d
pkgname = mythtv-git
diff --git a/PKGBUILD b/PKGBUILD
index 97bfbe413b3a..e0d2a715c5fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,12 @@ pkgname=mythtv-git
pkgver=v0.28.pre.r3405.g362170e
pkgrel=1
pkgdesc='Free Open Source software digital video recorder (DVR) project'
-arch=('i686' 'x86_64')
url='http://www.mythtv.org/'
license=('GPL2')
+# I am leaving in i686 for convenience, but have no way to properly test it
+arch=('i686' 'x86_64')
+
# These dependencies have not been recently reviewed to cull unnecessary entries
depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 'libgl'
'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 'mariadb-clients'
@@ -26,11 +28,11 @@ conflicts=('mythtv')
replaces=('mythtv')
install='mythtv.install'
-#source=('git+ssh://e5550/home/martyg/Git/mythtv#branch=master'
+#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'
- 'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302')
+ 'ed5ca54de26b7cd8a64e09626eed6e09f35d677daf88c530bb24cc4252bcce6d')
pkgver() {
cd "$srcdir/mythtv/mythtv"