summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Bunton2023-04-10 10:05:09 +0100
committerJohn2023-04-10 10:06:54 +0100
commit5c049a6ebf9469f14bfe8b566f6bd7b101ac4277 (patch)
tree0f6a7707e3e7fd5ffd4bdd40653855624bc3bfd1 /PKGBUILD
parent0cdf1af1194708204bc3e463fa57bbd9596ab999 (diff)
downloadaur-5c049a6ebf9469f14bfe8b566f6bd7b101ac4277.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed846422274e..3dd2f31c7a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv-git
-pkgver=31+fixes.20201012.eb3c84de
+pkgver=31+fixes.20210225.b6ddf202
pkgrel=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
@@ -76,8 +76,8 @@ optdepends=(
'python-requests-cache: Python bindings'
'python-simplejson: Python bindings'
)
-conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv-git')
-replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv-git')
+conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv')
+replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv')
source=(
"git+https://github.com/MythTV/mythtv#branch=fixes/31"
'mythbackend.service'
@@ -134,7 +134,7 @@ package() {
install -D -m644 "$srcdir/mythbackend.service" "$pkgdir/usr/lib/systemd/system/mythbackend.service"
install -D -m644 'database/mc.sql' "$pkgdir/usr/share/mythtv/mc.sql"
- install -D -m644 "$srcdir/sysusers.d" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+ install -D -m644 "$srcdir/sysusers.d" "$pkgdir/usr/lib/sysusers.d/mythtv.conf"
mkdir -p "$pkgdir/usr/share/mythtv"
cp -R 'contrib' "$pkgdir/usr/share/mythtv"