summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2023-11-09 18:53:16 +0100
committerMax Harmathy2023-11-09 18:53:16 +0100
commitcd646886fdcb03d8691fefed3cf9cbccb1b66480 (patch)
tree9200f98358e3553aa62f0eeedf7f4338a765e377
parenta1cc08bd387b994da76a3219e32df300e0c95ab4 (diff)
downloadaur-cd646886fdcb03d8691fefed3cf9cbccb1b66480.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd877e7b840..4ec182c4bfe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mediathekview-xdg
pkgdesc = Access the Mediathek of many German TV stations (store data in XDG_DATA_HOME)
pkgver = 14.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mediathekview/mediathekview
arch = any
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = mediathekview-xdg
depends = bash
depends = hicolor-icon-theme
depends = java-runtime-openjdk=21
+ depends = xdg-user-dirs
optdepends = libnotify: to use desktop notifications
optdepends = mplayer: for recording streams
optdepends = vlc: for stream playback
diff --git a/PKGBUILD b/PKGBUILD
index c646c5be5b7f..ddd7bc39ac98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _name=MediathekView
_pkgname=mediathekview
pkgname=${_pkgname}-xdg
pkgver=14.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Access the Mediathek of many German TV stations (store data in XDG_DATA_HOME)"
arch=(any)
url="https://github.com/mediathekview/mediathekview"
license=(GPL3)
-depends=(bash hicolor-icon-theme 'java-runtime-openjdk=21')
+depends=(bash hicolor-icon-theme 'java-runtime-openjdk=21' xdg-user-dirs)
makedepends=(maven strip-nondeterminism 'java-environment-openjdk=21')
conflicts=(mediathek mediathekview)
provides=(mediathek mediathekview)