youtube-dl: update to 2014.04.11.2.
This commit is contained in:
parent
052ee11aa6
commit
23b4de3444
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'awesome'
|
# Template file for 'awesome'
|
||||||
pkgname=awesome
|
pkgname=awesome
|
||||||
version=3.5.4
|
version=3.5.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSCONFDIR=/etc -DLUA_LIBRARY=/usr/lib/liblua.so.5.2"
|
configure_args="-DSYSCONFDIR=/etc -DLUA_LIBRARY=/usr/lib/liblua.so.5.2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux
|
pkgname=linux
|
||||||
version=3.10
|
version=3.14
|
||||||
revision=2
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
@ -10,9 +10,9 @@ license="Public domain"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
makedepends="linux3.10 linux-firmware dracut"
|
makedepends="linux3.14 linux-firmware dracut"
|
||||||
depends="linux3.10"
|
depends="linux3.14"
|
||||||
_depends_headers="linux3.10-headers"
|
_depends_headers="linux3.14-headers"
|
||||||
;;
|
;;
|
||||||
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2014.04.07.4
|
version=2014.04.11.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
makedepends="python"
|
makedepends="python"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://rg3.github.com/youtube-dl/"
|
homepage="http://rg3.github.com/youtube-dl/"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=65ff47e3d82a998b4cdf86f73caee11508e9668a7b34376ee70cf2a7336d3a72
|
checksum=b5ac770f8ecff6add8acd6b6f552462df2bc82b86c33ba7138156b49f338a7f2
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ${pkgname} 755 usr/bin
|
vinstall ${pkgname} 755 usr/bin
|
||||||
|
|
Loading…
Reference in a new issue