summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-04-28 17:19:22 +0800
committeryjun1232020-04-28 17:19:22 +0800
commit084463b56818a8cfbca453ba8d803bd9989d9a06 (patch)
treeb23aed09dd7af9fbce92d8693024cc046e925bf2 /PKGBUILD
parent2238b85c9bd6e9a40d01ea329fe2b285cd73bf32 (diff)
downloadaur-084463b56818a8cfbca453ba8d803bd9989d9a06.tar.gz
fix makedepends and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63254174034a..3c8a4fa07fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('x86_64')
url="https://github.com/betta-cyber/netease-music-tui"
license=('MIT')
makedepends=('rust')
-provides=('netease-music-tui')
-conflicts=('netease-music-tui')
+provides=('netease-music-tui-bin')
+conflicts=('netease-music-tui-bin')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/betta-cyber/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('53a35bfdc9e69a4cfeb154eb082b7fe7af9a79ac32049a19d6536938d7114597')
build() {