summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)