libtaginfo: update to 0.1.6.
This commit is contained in:
parent
2cb9247e00
commit
6439c4ee1f
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libtaginfo'
|
||||
pkgname=libtaginfo
|
||||
version=0.1.3
|
||||
revision=2
|
||||
version=0.1.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="taglib-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="https://bitbucket.org/shuerhaaken/libtaginfo"
|
||||
distfiles="https://bitbucket.org/shuerhaaken/libtaginfo/downloads/${pkgname}-${version}.tar.gz"
|
||||
checksum=33c42653c5302d0fb35c0b79dcd201263803b7d0750814cee9419e6eb8bc7d13
|
||||
checksum=7473b7dd52471fa1c40766b71ecce7cd12e9641491ec59c4eb9b977b5d796345
|
||||
long_desc="
|
||||
TagInfo is a convenience wrapper for taglib with C and vala bindings.
|
||||
|
||||
|
@ -21,10 +21,11 @@ long_desc="
|
|||
|
||||
libtaginfo-devel_package() {
|
||||
depends="taglib-devel ${sourcepkg}>=${version}"
|
||||
short_desc="${hort_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/libtaginfo
|
||||
vmove usr/share
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue