Date: Sunday, May 12, 2013 @ 09:13:47 Author: dwallace Revision: 90395
archrelease: copy trunk to community-any Added: livestreamer/repos/community-any/PKGBUILD (from rev 90394, livestreamer/trunk/PKGBUILD) Deleted: livestreamer/repos/community-any/PKGBUILD ----------+ PKGBUILD | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-05-12 07:13:25 UTC (rev 90394) +++ PKGBUILD 2013-05-12 07:13:47 UTC (rev 90395) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor: Christopher Rosell <chri...@tanuki.se> -pkgname=livestreamer -pkgver=1.4.4 -pkgrel=1 -pkgdesc='CLI program that launches streams from various streaming services in a custom video player' -arch=('any') -url='https://github.com/chrippa/livestreamer' -license=('BSD') -depends=('python-requests' 'rtmpdump' 'python-distribute') -provides=('livestreamer') -conflicts=('livestreamer-git') -options=(!emptydirs) -source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('a9d2462edfaf728f307023c6473c7689581aa22d72b292eced7d0b17ed3596dc') - -package() { - cd "$srcdir/$pkgname-$pkgver" - python setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: livestreamer/repos/community-any/PKGBUILD (from rev 90394, livestreamer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-05-12 07:13:47 UTC (rev 90395) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> +# Contributor: Christopher Rosell <chri...@tanuki.se> +pkgname=livestreamer +pkgver=1.4.5 +pkgrel=1 +pkgdesc='CLI program that launches streams from various streaming services in a custom video player' +arch=('any') +url='https://github.com/chrippa/livestreamer' +license=('BSD') +depends=('python-requests' 'rtmpdump' 'python-distribute') +provides=('livestreamer') +conflicts=('livestreamer-git') +options=(!emptydirs) +source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('aa479e032fb7c69aeb6f456fbdcee7d36b2e687a67787d6d09fb0d5f3d32ceb5') + +package() { + cd "$srcdir/$pkgname-$pkgver" + python setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et: