summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-04-28 09:09:09 +0800
committeryjun1232020-04-28 09:09:09 +0800
commit56d0d1bfb939529a4eaab4cc37aec9eb4f1d0fc1 (patch)
treeda6fb3f4ff5aa1002ccc63c319ec2e640a738d71 /PKGBUILD
parentbb494e39ba6ee9f23837b3a96e1c34582bf9bd8c (diff)
downloadaur-56d0d1bfb939529a4eaab4cc37aec9eb4f1d0fc1.tar.gz
add conflict and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a76aea078fb..d58160b744d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +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')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/betta-cyber/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('53a35bfdc9e69a4cfeb154eb082b7fe7af9a79ac32049a19d6536938d7114597')
build() {