-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing/py3-mopidy-spotify: disable on armhf and x86
- Loading branch information
1 parent
1229745
commit 252669a
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
# Maintainer: Bart Ribbers <[email protected]> | ||
pkgname=py3-mopidy-spotify | ||
pkgver=4.1.1_git20230322 | ||
pkgrel=0 | ||
pkgrel=1 | ||
_commit="a82e1b2016dbfeddb4ac9c6027c2cdaf0331b9b1" | ||
pkgdesc="Mopidy extension for playing music from Spotify" | ||
url="https://mopidy.com/ext/spotify/" | ||
# ppc64le, riscv64, s390x and armv7 blocked by gst-plugins-rs | ||
arch="noarch !ppc64le !riscv64 !s390x !armv7" | ||
# armhf armv7 ppc64le riscv64 s390x x86 blocked by gst-plugins-rs | ||
arch="noarch !armhf !armv7 !ppc64le !riscv64 !s390x !x86" | ||
license="Apache-2.0" | ||
depends=" | ||
gst-plugins-rs | ||
|