summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4644633927..b43d5cbe0e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psst-git
pkgdesc = Fast and multi-platform Spotify client with native GUI
pkgver = r417.f1300bf
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jpochyla/psst
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 250033ec6bc4..c7a6fa522393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=psst-git
pkgver=r417.f1300bf
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and multi-platform Spotify client with native GUI"
arch=("x86_64")
options=(!lto)
@@ -35,13 +35,13 @@ build() {
cd "$srcdir/${pkgname%-git}"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
- cargo build --frozen --release --all-features
+ cargo build --frozen --release
}
check() {
cd "$srcdir/${pkgname%-git}"
export RUSTUP_TOOLCHAIN=stable
- cargo test --frozen --all-features
+ cargo test --frozen
}
package() {