liblastfm-qt5: fix devel package conflicts
This commit is contained in:
parent
9fbd9a7ae6
commit
bd6c1d852a
1 changed files with 2 additions and 4 deletions
|
@ -13,13 +13,11 @@ homepage="https://github.com/lastfm/liblastfm"
|
|||
distfiles="https://github.com/lastfm/${pkgname%-*}/archive/${version}.tar.gz"
|
||||
checksum=5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b
|
||||
|
||||
provides="liblastfm-${version}_${revision}"
|
||||
replaces="liblastfm>=0"
|
||||
|
||||
|
||||
liblastfm-qt5-devel_package() {
|
||||
depends="liblastfm-qt5>=${version}_${revision} $makedepends"
|
||||
short_desc+=" - development files"
|
||||
provides="liblastfm-devel-${version}_${revision}"
|
||||
replaces="liblastfm-devel>=0"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in a new issue