summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-07-09 13:48:26 +0200
committerMartchus2022-07-09 13:48:26 +0200
commit1dbcc20e2b7f7973c90c25858db294a511cf80d2 (patch)
tree02c371021c9e9a69277427ebab65ebf769d78a13 /PKGBUILD
parent0e72043e8bd21ee2f78ea335cf3266bf0cf63b3d (diff)
downloadaur-1dbcc20e2b7f7973c90c25858db294a511cf80d2.tar.gz
Use library dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7ef00433f5d..2d6f130a6763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,11 +17,11 @@ _cfg=qt6
pkgname=tageditor-$_cfg
_name=${pkgname%-$_cfg}
pkgver=3.7.3
-pkgrel=1
+pkgrel=2
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 (using Qt 6)'
license=('GPL')
-depends=('qtutilities-qt6' 'tagparser' 'desktop-file-utils' 'xdg-utils')
+depends=('libqtutilities-qt6.so' 'libtagparser.so' 'libc++utilities.so' 'desktop-file-utils' 'xdg-utils')
[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('qt6-base')
[[ $_webview_provider == webkit ]] && depends+=('qt6-webkit')
[[ $_webview_provider == webengine ]] && depends+=('qt6-webengine')