diff options
author | Dolphin von Chips <td2505052@gmail.com> | 2020-10-03 14:16:39 +0000 |
---|---|---|
committer | Dolphin von Chips <td2505052@gmail.com> | 2020-10-03 14:16:39 +0000 |
commit | 1ae01e280083e75d0136865aa7ab7ee244a37436 (patch) | |
tree | 4f53d0a3448b4c11ae12d3bc1bd6b6e5cb45bf62 | |
parent | e76304b0267e2b9c03496aa0f338d39893f8d900 (diff) | |
download | aports-1ae01e280083e75d0136865aa7ab7ee244a37436.tar.gz aports-1ae01e280083e75d0136865aa7ab7ee244a37436.tar.bz2 aports-1ae01e280083e75d0136865aa7ab7ee244a37436.tar.xz |
testing/lollypop: add missing dependency
Fixes
ValueError: Namespace TotemPlParser not available
-rw-r--r-- | testing/lollypop/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lollypop/APKBUILD b/testing/lollypop/APKBUILD index 2302502ccc..9b1b899314 100644 --- a/testing/lollypop/APKBUILD +++ b/testing/lollypop/APKBUILD @@ -4,12 +4,12 @@ pkgname=lollypop pkgver=1.4.0 # See the git submodule in subprojects/po for the right version _pover=11bfab326f8b9b0fec860643fbffb2b0deab9fac -pkgrel=0 +pkgrel=1 pkgdesc="Music player for GNOME" url="https://gitlab.gnome.org/World/Lollypop" arch="noarch !mips !mips64 !s390x" # libhandy missing license="GPL-3.0-only" -depends="python3 libhandy py3-cairo py3-gobject3 py3-pillow py3-pylast" +depends="python3 libhandy py3-cairo py3-gobject3 py3-pillow py3-pylast totem-pl-parser" makedepends="gobject-introspection-dev gtk+3.0-dev libhandy-dev libsoup-dev meson py3-gobject3-dev" checkdepends="appstream-glib desktop-file-utils" |