summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2020-12-27 19:11:39 +0800
committeryjun2020-12-27 19:11:39 +0800
commitdcc3adcf93e43954dccc044f5788093ab7bf452f (patch)
tree206b43d70031bdf49e885a5bcab6b5c776d799f8 /PKGBUILD
parentd5a5d51cead873d0edca75f843bb47edff9a82f0 (diff)
downloadaur-musicfox.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 22bb05e5072b..30b6543daa27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=musicfox
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="netease cloud music terminal client written in Dart."
arch=('x86_64')
url="https://github.com/anhoder/musicfox"
@@ -10,8 +10,6 @@ license=('MIT')
depends=('mpg123'
'libnotify')
makedepends=('dart')
-provides=("${pkgname}-bin")
-conflicts=("${pkgname}-bin")
# strip option could destroy the executable :
# https://github.com/dart-lang/sdk/issues/38731
options=('!strip')