summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Ziemba2018-10-04 13:39:55 -0400
committerDan Ziemba2018-10-04 13:39:55 -0400
commite0504582745d9c85560a08a0fd436f33e9c904d9 (patch)
tree0fdd6298d0748bd8a6a2abd5ba0aaacfca28c5a4
parentc5933d734f1bd740a9f3920ad7e9b3307964ac3a (diff)
downloadaur-e0504582745d9c85560a08a0fd436f33e9c904d9.tar.gz
Removed unnecessary part of patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--ignore-missing-libavresample.patch12
3 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46a601687078..13d987a77681 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tvheadend-git
pkgdesc = TV streaming server for Linux
- pkgver = 4.3.r1361.ge1c03470d
- pkgrel = 2
+ pkgver = 4.3.r1428.gbef96c5d2
+ pkgrel = 1
url = https://tvheadend.org/
install = tvheadend.install
arch = i686
@@ -33,7 +33,7 @@ pkgbase = tvheadend-git
source = ignore-missing-libavresample.patch
md5sums = SKIP
md5sums = SKIP
- md5sums = 65ff2ee6a7861f295f21d4a2a5aa5ce0
+ md5sums = ab3e00343f57b70b5e02a981e0a16055
pkgname = tvheadend-git
diff --git a/PKGBUILD b/PKGBUILD
index 20016b5186b7..6ff91be803f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=tvheadend-git
_gitname='tvheadend-git'
-pkgver=4.3.r1361.ge1c03470d
-pkgrel=2
+pkgver=4.3.r1428.gbef96c5d2
+pkgrel=1
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://tvheadend.org/"
@@ -39,7 +39,7 @@ source=(
md5sums=(
'SKIP'
'SKIP'
- '65ff2ee6a7861f295f21d4a2a5aa5ce0'
+ 'ab3e00343f57b70b5e02a981e0a16055'
)
pkgver() {
diff --git a/ignore-missing-libavresample.patch b/ignore-missing-libavresample.patch
index 5a919fa9497a..31ff86c7ba54 100644
--- a/ignore-missing-libavresample.patch
+++ b/ignore-missing-libavresample.patch
@@ -10,15 +10,3 @@ index 1253be14a..fbf0987ee 100644
libswscale \
libavformat \
libavcodec \
-diff --git a/configure b/configure
-index 9f34ac36f..b62bac3e9 100755
---- a/configure
-+++ b/configure
-@@ -599,7 +599,6 @@ else
-
- check_pkg libavfilter ">=6.47.100" || has_libav=false
- check_pkg libswresample ">=2.1.100" || has_libav=false
-- check_pkg libavresample ">=3.0.0" || has_libav=false
- check_pkg libswscale ">=4.1.100" || has_libav=false
- check_pkg libavformat ">=57.41.100" || has_libav=false
- check_pkg libavcodec ">=57.48.101" || has_libav=false