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

Daniel Wallace dwallace at nymeria.archlinux.org
Fri Apr 25 23:28:11 UTC 2014


    Date: Saturday, April 26, 2014 @ 01:28:11
  Author: dwallace
Revision: 110181

upgpkg: livestreamer 1.8.0-1

upgpkg: livestreamer 1.8.0-1

Modified:
  livestreamer/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-25 20:24:14 UTC (rev 110180)
+++ PKGBUILD	2014-04-25 23:28:11 UTC (rev 110181)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Contributor: Christopher Rosell <chrippa at tanuki.se>
 pkgname=livestreamer
-pkgver=1.7.5
-pkgrel=4
+pkgver=1.8.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
-        # https://github.com/chrippa/livestreamer/issues/255
-        ca-certs.diff)
-sha256sums=('7f8308a3efdb7c951eda2f5d1b3e738f2fe280e145d4c624b7cd70b1071967a4'
-            'b8f3008444c74b844be3368c662628f9cc048589abf5387d2f0116bf8f6f6c22')
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('e7685079727800c2807ffd8a9da98fcab587f6fbbeade99e64e272cf8205af01')
 
-prepare(){
-  patch -Np1 -d "$srcdir/$pkgname-$pkgver/" -i "$srcdir/ca-certs.diff"
-}
-
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1




More information about the arch-commits mailing list