[arch-commits] Commit in livestreamer/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Mar 23 09:00:56 UTC 2015


    Date: Monday, March 23, 2015 @ 10:00:56
  Author: foutrelis
Revision: 129780

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
    (from rev 129779, livestreamer/trunk/PKGBUILD)
Deleted:
  livestreamer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-23 09:00:48 UTC (rev 129779)
+++ PKGBUILD	2015-03-23 09:00:56 UTC (rev 129780)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Christopher Rosell <chrippa at tanuki.se>
-pkgname=livestreamer
-pkgver=1.12.0
-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')
-makedepends=('python-sphinx')
-source=(https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b541f550806d49bbc052da5e35aff78cbcca13d00135bee99637162b80158a7b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build_sphinx -b man
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 build/sphinx/man/livestreamer.1 \
-    "$pkgdir/usr/share/man/man1/livestreamer.1"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 129779, livestreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-23 09:00:56 UTC (rev 129780)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Christopher Rosell <chrippa at tanuki.se>
+pkgname=livestreamer
+pkgver=1.12.1
+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')
+makedepends=('python-sphinx')
+source=(https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('24c44226d8eb79ecfd568b0169e91a0bdcaf73e81b6b795f6d38e4d962093f5c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build_sphinx -b man
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 build/sphinx/man/livestreamer.1 \
+    "$pkgdir/usr/share/man/man1/livestreamer.1"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list