summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Reichold2019-10-27 10:40:25 +0100
committerAdam Reichold2019-10-27 10:40:25 +0100
commitfc874420db4b759a54f4be618ea4e8eb6682e207 (patch)
tree6b35cd54af3c464096107ee46de6b0bf821f1029
parentac33270b949d14599107c4cd74e9415f83fced25 (diff)
downloadaur-fc874420db4b759a54f4be618ea4e8eb6682e207.tar.gz
Update (build) dependencies as we now include some Rust components.
-rw-r--r--.SRCINFO38
-rw-r--r--PKGBUILD6
2 files changed, 21 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8108921f648c..238dfac5b315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,22 @@
-# Generated by mksrcinfo v8
-# Thu Jan 28 20:06:29 UTC 2016
pkgbase = qmediathekview-git
- pkgdesc = An alternative front-end to the MediathekView database. (development version)
- pkgver = r17.01f4578
- pkgrel = 1
- url = https://github.com/adamreichold/QMediathekView
- arch = i686
- arch = x86_64
- arch = armv7h
- license = GPL3
- makedepends = git
- makedepends = qt5-tools
- makedepends = boost
- depends = qt5-base
- depends = xz
- depends = hicolor-icon-theme
- optdepends = vlc: for direct playback of shows
- conflicts = qmediathekview
- source = git+https://github.com/adamreichold/QMediathekView.git
- md5sums = SKIP
+ pkgdesc = An alternative front-end to the MediathekView database. (development version)
+ pkgver = r89.0e7fcdb
+ pkgrel = 1
+ url = https://github.com/adamreichold/QMediathekView
+ arch = i686
+ arch = x86_64
+ arch = armv7h
+ license = GPL3
+ makedepends = git
+ makedepends = qt5-tools
+ makedepends = rust
+ makedepends = cargo
+ depends = qt5-base
+ depends = hicolor-icon-theme
+ optdepends = vlc: for direct playback of shows
+ conflicts = qmediathekview
+ source = git+https://github.com/adamreichold/QMediathekView.git
+ md5sums = SKIP
pkgname = qmediathekview-git
diff --git a/PKGBUILD b/PKGBUILD
index 74c07071ee8a..78aed2bc7553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Adam Reichold <adam.reichold@t-online.de>
pkgname=qmediathekview-git
-pkgver=r17.01f4578
+pkgver=r89.0e7fcdb
pkgrel=1
pkgdesc='An alternative front-end to the MediathekView database. (development version)'
arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/adamreichold/QMediathekView'
license=('GPL3')
-depends=('qt5-base' 'xz' 'hicolor-icon-theme')
+depends=('qt5-base' 'hicolor-icon-theme')
optdepends=('vlc: for direct playback of shows')
-makedepends=('git' 'qt5-tools' 'boost')
+makedepends=('git' 'qt5-tools' 'rust' 'cargo')
conflicts=('qmediathekview')
source=('git+https://github.com/adamreichold/QMediathekView.git')
md5sums=('SKIP')