summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Harmathy2023-11-09 18:53:16 +0100
committerMax Harmathy2023-11-09 18:53:16 +0100
commitcd646886fdcb03d8691fefed3cf9cbccb1b66480 (patch)
tree9200f98358e3553aa62f0eeedf7f4338a765e377 /PKGBUILD
parenta1cc08bd387b994da76a3219e32df300e0c95ab4 (diff)
downloadaur-cd646886fdcb03d8691fefed3cf9cbccb1b66480.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)