temp/plank-player: fix typo in the _repo_url
This is currently making the nightly builder fail on this package. [ci:skip-vercheck] Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8268>
This commit is contained in:
parent
b75f4a118b
commit
32642bb737
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ case "$pkgver" in
|
|||
*.90*) _rel=unstable;;
|
||||
*) _rel=stable;;
|
||||
esac
|
||||
_repo_url="https://invent.kde.org/plasma/plank-playe.git"
|
||||
_repo_url="https://invent.kde.org/plasma/plank-player.git"
|
||||
source="https://invent.kde.org/plasma/plank-player/-/archive/$_commit/plank-player-$_commit.tar.gz"
|
||||
options="!check" # No tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue