summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2019-02-10 19:09:28 +0100
committerTomasz Maciej Nowak2019-02-10 19:09:28 +0100
commitba7169a89e5998aa5237bc3a0474fb929426c0bd (patch)
tree0a830fe7b354e39f870d7e745cb0d30eb2db2b79
parent294872d00d3a129a6b501c2c5a69bdc6fcb2e9e6 (diff)
downloadaur-ba7169a89e5998aa5237bc3a0474fb929426c0bd.tar.gz
upgpkg: linuxtv-dvb-apps 1505-2
add dtv-scan-tables-git as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe18a18a4b5b..6429117042db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linuxtv-dvb-apps
pkgdesc = Linux DVB API applications and utilities
pkgver = 1505
- pkgrel = 1
+ pkgrel = 2
url = https://www.linuxtv.org
arch = x86_64
arch = i686
@@ -12,6 +12,7 @@ pkgbase = linuxtv-dvb-apps
license = GPL
makedepends = mercurial
depends = glibc
+ optdepends = dtv-scan-tables-git: initial tuning data necessary for scannig utils
source = hg+https://linuxtv.org/hg/dvb-apps/#revision=3d43b280298c
source = https://gitweb.gentoo.org/repo/gentoo.git/plain/media-tv/linuxtv-dvb-apps/files/linuxtv-dvb-apps-1.1.1.20100223-perl526.patch
source = https://git.busybox.net/buildroot/plain/package/dvb-apps/0003-handle-static-shared-only-build.patch
diff --git a/PKGBUILD b/PKGBUILD
index 9997dcf4cb24..3d898156c48c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=linuxtv-dvb-apps
pkgver=1505
-pkgrel=1
+pkgrel=2
_hgrev=3d43b280298c
pkgdesc='Linux DVB API applications and utilities'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -15,6 +15,7 @@ url='https://www.linuxtv.org'
license=('GPL')
depends=('glibc')
makedepends=('mercurial')
+optdepends=('dtv-scan-tables-git: initial tuning data necessary for scannig utils')
source=("hg+https://linuxtv.org/hg/dvb-apps/#revision=${_hgrev}"
'https://gitweb.gentoo.org/repo/gentoo.git/plain/media-tv/linuxtv-dvb-apps/files/linuxtv-dvb-apps-1.1.1.20100223-perl526.patch'
'https://git.busybox.net/buildroot/plain/package/dvb-apps/0003-handle-static-shared-only-build.patch'