summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bunton2018-10-11 09:12:14 +1100
committerJames Bunton2018-10-11 09:12:14 +1100
commit0d4ce913351e5867c8b28c48701265f7f5988dde (patch)
tree8d31eeb75f4f8f46eebca9d20e00f7b18f8dc667
parent0fbc8f9fe8216d74959e6c4eeaf7074a14e44aac (diff)
downloadaur-0d4ce913351e5867c8b28c48701265f7f5988dde.tar.gz
Bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b363c0e1d151..36c1465d5647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mythtv-git
pkgdesc = A Homebrew PVR project
- pkgver = 29+fixes.20180826.0b689476
+ pkgver = 29+fixes.20181008.951f1fe7
pkgrel = 1
url = https://www.mythtv.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 091c396be7ce..11f38e853b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv-git
-pkgver=29+fixes.20180826.0b689476
+pkgver=29+fixes.20181008.951f1fe7
pkgrel=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
@@ -45,8 +45,6 @@ prepare() {
cd "${srcdir}/mythtv/mythtv"
find 'bindings/python' 'contrib' 'programs/scripts' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
- find 'external/FFmpeg' -type f | xargs sed -i 's/x264_bit_depth/X264_BIT_DEPTH/'
}
build() {