summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordevome2024-03-22 17:05:45 +0800
committerdevome2024-03-22 17:05:45 +0800
commite760f7089f8c94399c0abd6df3460f1fe9660e20 (patch)
treea6aa2ff304869e47ab827104942650569680a886 /PKGBUILD
parentdf5ce9d2c99b9380f62cc2fb007fac8552a73ce7 (diff)
downloadaur-e760f7089f8c94399c0abd6df3460f1fe9660e20.tar.gz
remove package in base from depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 651530fdf379..7db8e50830d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Convert Netease Cloud Music ncm files to mp3/flac files."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
url="https://github.com/taurusxin/${pkgname}"
license=("MIT")
-depends=("glibc" "gcc-libs" "taglib" "zlib")
+depends=("taglib")
makedepends=("cmake" "taglib")
provides=("${pkgname}"{,-latest-bin} )
conflicts=("${pkgname}"{,-latest-bin})