summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2020-12-28 17:11:20 +0800
committeryjun2020-12-28 17:11:20 +0800
commitbe6bdf75787af2603f11cf8aeeef67bed3b5fe70 (patch)
tree41649b527052ad735dec833a5e554bcbd3fd0b9b /PKGBUILD
parente4e89afaf22fa6c027b1b4690cf9697f348065f7 (diff)
downloadaur-be6bdf75787af2603f11cf8aeeef67bed3b5fe70.tar.gz
removed conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9d618115e40..36f496b051bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=netease-music-tui
pkgver=0.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="netease cloud music terminal client by rust"
arch=('any')
url="https://github.com/betta-cyber/netease-music-tui"
license=('MIT')
depends=('dbus' 'alsa-lib')
makedepends=('rust')
-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=('5021c8c9d204b439453a1d3aaacc4802a685988c2cb376d057c48a3dbcc74514')