summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-07-09 13:48:34 +0200
committerMartchus2022-07-09 13:48:34 +0200
commit40f7d20557a4e87fc7cd8a894bbd161f3c8b97e9 (patch)
treef6cd373d2f5882e61d9e2302f0742dd1ddae0551 /PKGBUILD
parentb84dd2b2b9998cbbe9256703c72ea50032d81980 (diff)
downloadaur-40f7d20557a4e87fc7cd8a894bbd161f3c8b97e9.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 a97aab534a5f..8d62d50cb030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF}
_reponame=tageditor
pkgname=tageditor-cli
pkgver=3.7.3
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A tag editor with command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (GUI disabled)'
license=('GPL')
-depends=('c++utilities' 'tagparser')
+depends=('libc++utilities.so' 'libtagparser.so')
makedepends=('cmake' 'ninja')
conflicts=("${pkgname%-cli}")
provides=("${pkgname%-cli}")