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 99b8f068e810..942794201b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=librespot-git
_pkgname=librespot
pkgver=1383.095536f
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Open Source Spotify client library"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -32,7 +32,6 @@ build() {
cd "$_pkgname"
cargo build \
--frozen \
- --all-features \
--release
}
@@ -41,7 +40,6 @@ package() {
cargo install \
--no-track \
--locked \
- --all-features \
--root "$pkgdir/usr" \
--path .