[arch-commits] Commit in livestreamer/trunk (PKGBUILD)

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Oct 6 00:30:58 UTC 2013


    Date: Sunday, October 6, 2013 @ 02:30:58
  Author: dwallace
Revision: 98099

upgpkg: livestreamer 1.6.0-1

upgpkg: livestreamer 1.6.0

Modified:
  livestreamer/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-06 00:05:56 UTC (rev 98098)
+++ PKGBUILD	2013-10-06 00:30:58 UTC (rev 98099)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Contributor: Christopher Rosell <chrippa at tanuki.se>
 pkgname=livestreamer
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.6.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'
@@ -12,16 +12,9 @@
 provides=('livestreamer')
 conflicts=('livestreamer-git')
 options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz
-        requests-v2.patch)
-sha256sums=('0cd090699fcfe03ef69e5d53fd842513be47a29da9fccf4a545febe9fdb7c4b4'
-            'bb9c898e194c15b0e91da195e82caeac4b4ff72ccec0ca1b97ced60b4c2c4ba8')
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('d3e9ae97c57f8465712c6cc094bea5a18c1efaddea011929e477fdd265a0ed99')
 
-prepare(){
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/requests-v2.patch
-}
-
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1
@@ -28,5 +21,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-
-




More information about the arch-commits mailing list