summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-04-02 19:47:53 +0200
committerMartchus2024-04-02 19:47:53 +0200
commitcd1c4b04db4682827d45347e80e20bab719eaeaa (patch)
treed59e63401e855f7f4fcca7803bd1100f790ca208
parent0b25c91d7a94b14838383f9033a185fe75c78c6c (diff)
downloadaur-cd1c4b04db4682827d45347e80e20bab719eaeaa.tar.gz
Update version
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fbd12d9697e..dc0539ba627f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,6 @@ pkgbase = tageditor
depends = libtagparser.so
depends = libc++utilities.so
depends = desktop-file-utils
- depends = xdg-utils
depends = qt5-webengine
depends = qt5-declarative
source = tageditor-3.9.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.9.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index cb35186754ad..e374d7fb4c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,8 @@ pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
license=('GPL')
-depends=('libqtutilities.so' 'libtagparser.so' 'libc++utilities.so' 'desktop-file-utils' 'xdg-utils')
-[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('qt5-base')
+depends=('libqtutilities.so' 'libtagparser.so' 'libc++utilities.so' 'desktop-file-utils')
+[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('qt5-base' )
[[ $_webview_provider == webkit ]] && depends+=('qt5-webkit')
[[ $_webview_provider == webengine ]] && depends+=('qt5-webengine')
[[ $_js_provider == script ]] && depends+=('qt5-script')