summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')