summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Mekkering2017-05-16 20:13:01 +0200
committerAlex Mekkering2017-05-16 20:13:01 +0200
commit209c87298219922486d8c07fd8271879260cb58b (patch)
treed77a9237489937d5b77e908a9a6f06bd7385ee86
parent1719abb709632de25758d27343bcba91ae6ade70 (diff)
downloadaur-209c87298219922486d8c07fd8271879260cb58b.tar.gz
Updated to v4.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2842ef475a97..f397a1b68950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tvheadend
pkgdesc = TV streaming server for Linux
- pkgver = 4.2.1
+ pkgver = 4.2.2
pkgrel = 1
url = https://tvheadend.org/projects/tvheadend
install = tvheadend.install
@@ -24,9 +24,9 @@ pkgbase = tvheadend
optdepends = libiconv: For conversion of character encodings
provides = tvheadend
conflicts = tvheadend-git
- source = https://github.com/tvheadend/tvheadend/archive/v4.2.1.tar.gz
+ source = https://github.com/tvheadend/tvheadend/archive/v4.2.2.tar.gz
source = tvheadend.service
- sha512sums = ef5e1995a89a1f375e467c8dcc325fcfc3d4a00723e028c10e8ebe4820bf6e977bfb404c994eabcdcf57ff27ee28f24b792aa377bb8c2b9c1796bcb65e50c19e
+ sha512sums = 0a987284ac37e1b8aa888637bfb9fce977e5f54fd9d4c79cccb9461451fe8ab1d4c9c886a7e34549e654e04ae20286eea66b0d370336d83b2d35f06f1fed783e
sha512sums = 456084a08ce0e02a4a32d67a8a7937d45695cb4b08b29297ead8a7e9d2a92963335f653f56d4c9346f4b2729868408fafbcd4caebf9fc8cdaa90171514cf4a57
pkgname = tvheadend
diff --git a/PKGBUILD b/PKGBUILD
index 19b6f509c88e..9759ca4456e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tvheadend
-pkgver=4.2.1
+pkgver=4.2.2
pkgrel=1
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -20,7 +20,7 @@ install=tvheadend.install
source=("https://github.com/tvheadend/tvheadend/archive/v$pkgver.tar.gz"
'tvheadend.service'
)
-sha512sums=('ef5e1995a89a1f375e467c8dcc325fcfc3d4a00723e028c10e8ebe4820bf6e977bfb404c994eabcdcf57ff27ee28f24b792aa377bb8c2b9c1796bcb65e50c19e'
+sha512sums=('0a987284ac37e1b8aa888637bfb9fce977e5f54fd9d4c79cccb9461451fe8ab1d4c9c886a7e34549e654e04ae20286eea66b0d370336d83b2d35f06f1fed783e'
'456084a08ce0e02a4a32d67a8a7937d45695cb4b08b29297ead8a7e9d2a92963335f653f56d4c9346f4b2729868408fafbcd4caebf9fc8cdaa90171514cf4a57')
prepare() {
@@ -42,7 +42,7 @@ build() {
package() {
cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
chmod 0644 ${pkgdir}/usr/share/man/man1/tvheadend.1
install -D -m 644 "$srcdir/tvheadend.service" "$pkgdir/usr/lib/systemd/system/tvheadend.service"
}