[arch-commits] Commit in livestreamer/repos/community-any (PKGBUILD PKGBUILD)
Daniel Wallace
dwallace at nymeria.archlinux.org
Mon Mar 10 16:04:38 UTC 2014
Date: Monday, March 10, 2014 @ 17:04:38
Author: dwallace
Revision: 106927
archrelease: copy trunk to community-any
Added:
livestreamer/repos/community-any/PKGBUILD
(from rev 106926, livestreamer/trunk/PKGBUILD)
Deleted:
livestreamer/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-10 16:04:14 UTC (rev 106926)
+++ PKGBUILD 2014-03-10 16:04:38 UTC (rev 106927)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Christopher Rosell <chrippa at tanuki.se>
-pkgname=livestreamer
-pkgver=1.7.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-setuptools')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('6d9cde6ca9f44306617498dd619f50a3962842da8d1a4f2019aee4af1d289a34')
-
-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 106926, livestreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-03-10 16:04:38 UTC (rev 106927)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Christopher Rosell <chrippa at tanuki.se>
+pkgname=livestreamer
+pkgver=1.7.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-setuptools')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7f8308a3efdb7c951eda2f5d1b3e738f2fe280e145d4c624b7cd70b1071967a4')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list