summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bunton2018-08-25 17:23:36 +1000
committerJames Bunton2018-08-25 17:23:36 +1000
commit4cd36ffcecd2a861705705373f3365f409e18ce5 (patch)
tree8a6d58e07475c95979626c4eafc274b24a47bec9
parent4655e76229e63d9f58dc7f640bf552e799a3db5b (diff)
downloadaur-4cd36ffcecd2a861705705373f3365f409e18ce5.tar.gz
Rename package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5b913f1b72..360df0d0b3f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
-pkgbase = mythtv
+pkgbase = mythtv-git
pkgdesc = A Homebrew PVR project
pkgver = 29+fixes.20180821.e5fc66e8
pkgrel = 1
- epoch = 1
url = https://www.mythtv.org/
arch = x86_64
license = GPL
@@ -50,8 +49,10 @@ pkgbase = mythtv
optdepends = python2-requests-cache: for metadata-lookup / cover art
conflicts = myththemes
conflicts = mythplugins-mythvideo
+ conflicts = mythtv
replaces = myththemes
replaces = mythplugins-mythvideo
+ replaces = mythtv
source = git+https://github.com/MythTV/mythtv#branch=fixes/29
source = mythbackend.service
source = 99-mythbackend.rules
@@ -61,5 +62,5 @@ pkgbase = mythtv
sha256sums = ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333
sha256sums = 470de0a4050c16c7af11a0e5cfe2810b7daae42df4acf5456c7eae274dc7c5ae
-pkgname = mythtv
+pkgname = mythtv-git
diff --git a/PKGBUILD b/PKGBUILD
index 214ba1ea82bf..e053f556c17a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,9 @@
# Contributor: <kleptophobiac@gmail.com>
# Contributor: dorphell <dorphell@archlinux.org>
-pkgname=mythtv
+pkgname=mythtv-git
pkgver=29+fixes.20180821.e5fc66e8
pkgrel=1
-epoch=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
url="https://www.mythtv.org/"
@@ -26,8 +25,8 @@ optdepends=('glew: for GPU commercial flagging'
'python2-future: for metadata-lookup / cover art'
'python2-requests: for metadata-lookup / cover art'
'python2-requests-cache: for metadata-lookup / cover art')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
+conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv')
+replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv')
source=("git+https://github.com/MythTV/mythtv#branch=fixes/29"
'mythbackend.service'
'99-mythbackend.rules'