summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-07-09 13:50:36 +0200
committerMartchus2022-07-09 13:50:36 +0200
commit97b54acd54d85b7d839339731d6ed1ca855c840c (patch)
tree26d7a3e218286c2ca950edcb7a8113eb8f6a51c9 /PKGBUILD
parent93448dac9fd2809d92f09507c9ed5468031675eb (diff)
downloadaur-97b54acd54d85b7d839339731d6ed1ca855c840c.tar.gz
Use library dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf3720e2f8be..d94709670552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,16 @@
_reponame=tagparser
pkgname=tagparser-git
_name=${pkgname%-git}
-pkgver=719.9599560
+pkgver=737.98d28ed
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags'
license=('GPL')
-depends=('c++utilities-git' 'zlib')
+depends=('libc++utilities-git.so' 'zlib')
optdepends=("$_name-doc: API documentation")
makedepends=('cmake' 'git' 'ninja' 'iso-codes')
checkdepends=('cppunit' 'openssl')
-#provides=("${_name}")
-#conflicts=("${_name}")
+provides=(libtagparser-git.so)
url="https://github.com/Martchus/${_reponame}"
source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git")
sha256sums=('SKIP')