From 11ac9f5970c575c12e924a0b635891582f065d48 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Tue, 15 Oct 2013 20:06:03 +0300 Subject: updating youtube-dl-current to version 2013.10.15 --- pcr/youtube-dl-current/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 22cd86750..148fa6a82 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.10.09 +pkgver=2013.10.15 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('ddbefc30e4efefe29a2fe89ed6f4bccc' +md5sums=('dec34c0837db47b78d3febd67cf7725a' 'SKIP') -- cgit v1.2.3-2-g168b From 5a5b5e97406f83f69c48a3ec9707a8b8a02a5486 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Tue, 15 Oct 2013 20:30:04 +0300 Subject: adding new branch of libquvi-scripts-current to pcr --- pcr/libquvi-scripts-current/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pcr/libquvi-scripts-current/PKGBUILD diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD new file mode 100644 index 000000000..2c480bd45 --- /dev/null +++ b/pcr/libquvi-scripts-current/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 196118 2013-10-07 11:53:00Z jgc $ +# Maintainer: Lukas Fleischer + +pkgname=libquvi-scripts-current +_pkgname=libquvi-scripts +provides=(libquvi-scripts) +pkgver=0.9.20131012 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('any') +url='http://quvi.sourceforge.net/' +license=('AGPL3') +options=('!libtool') +depends=('lua51-socket' 'lua51-bitop' 'lua51-expat') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig}) + +build() { + cd "${_pkgname}-${pkgver}" + ./configure --prefix=/usr --with-nsfw --with-geoblocked + make +} + +package() { + cd "${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} +md5sums=('bd11a7946212b3e42f11c69afacc371a' + 'SKIP') -- cgit v1.2.3-2-g168b