libquvi-scripts: update to 0.4.18.

This commit is contained in:
Juan RP 2013-09-19 15:07:46 +02:00
parent e81199c38f
commit ae15ee7b6a

View file

@ -1,6 +1,6 @@
# Template file for 'libquvi-scripts' # Template file for 'libquvi-scripts'
pkgname=libquvi-scripts pkgname=libquvi-scripts
version=0.4.10 version=0.4.18
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="http://quvi.sourceforge.net/" homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.xz" distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.xz"
checksum=1cc011ee866b4fd0c4c4747656ef6725f21c99ddc5035adbc7adfb4a231ac516 checksum=be2764a6a786eb2d28c9d17069f28f9370f82a908ef99a766793cf4c5e4ee4e3
long_desc=" long_desc="
It originates from the idea of working around the flash requirement found It originates from the idea of working around the flash requirement found
on many media hosting websites (e.g. YouTube). on many media hosting websites (e.g. YouTube).
@ -28,6 +28,6 @@ libquvi-scripts_package() {
depends="lua" depends="lua"
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }