summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c11a2b66686..d77a7a374777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dmusic
pkgver=0.3
-pkgrel=4
+pkgrel=5
pkgdesc="Compact and native Yandex Music client"
arch=('i686' 'x86_64')
url="https://github.com/levovix0/DMusic"
@@ -30,7 +30,7 @@ prepare(){
build(){
cd $srcdir/DMusic-$pkgver
- nimble build -d:release
+ nimble build -yd:release
}
package() {