diff --git a/srcpkgs/libtaginfo/template b/srcpkgs/libtaginfo/template index c6deabe60a..c97bb1520b 100644 --- a/srcpkgs/libtaginfo/template +++ b/srcpkgs/libtaginfo/template @@ -1,6 +1,6 @@ # Template file for 'libtaginfo' pkgname=libtaginfo -version=0.1.6 +version=0.2.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,17 +10,10 @@ maintainer="Juan RP " license="GPL-2" homepage="https://bitbucket.org/shuerhaaken/libtaginfo" distfiles="https://bitbucket.org/shuerhaaken/libtaginfo/downloads/${pkgname}-${version}.tar.gz" -checksum=7473b7dd52471fa1c40766b71ecce7cd12e9641491ec59c4eb9b977b5d796345 -long_desc=" - TagInfo is a convenience wrapper for taglib with C and vala bindings. - - Features are reading/writing fields like: Artist, Album, Title, Genre, - AlbumArtist, Comments, Disk number, Compilation flag, User labels, Embedded - Images, Lyrics, Audio properties (length, bitrate, samplerate, channels ...), - and much more." +checksum=7a2ef1c74fa4bd054e589582ff8ad6ff0519490777df32304580911d332d8313 libtaginfo-devel_package() { - depends="taglib-devel ${sourcepkg}>=${version}" + depends="taglib-devel ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include @@ -33,6 +26,6 @@ libtaginfo-devel_package() { libtaginfo_package() { pkg_install() { - vmove usr + vmove all } }