From 13ae9d423241ba619acaf553f78b91f9a4bb4f71 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 15 May 2015 13:20:58 +0200 Subject: python-pafy: 0.3.68 → 0.3.72 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 74e685e..44665f3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 15:00:56 UTC 2015 +# Mon Jun 1 15:00:57 UTC 2015 pkgbase = python-pafy pkgdesc = Python API for YouTube - pkgver = 0.3.68 + pkgver = 0.3.72 pkgrel = 1 url = http://np1.github.io/pafy arch = any license = GPL3 depends = python optdepends = ffmpeg: fix issues with audio file downloads - source = https://github.com/np1/pafy/archive/v0.3.68.tar.gz - sha1sums = 727466219e7fbde1bc947616ec08238b8065bc86 + source = https://github.com/np1/pafy/archive/v0.3.72.tar.gz + sha1sums = d4bd7de0a08676470342d6445cc70229bcc00ff2 pkgname = python-pafy diff --git a/PKGBUILD b/PKGBUILD index 9a526e6..ee29049 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python-pafy -pkgver=0.3.68 +pkgver=0.3.72 pkgrel=1 pkgdesc="Python API for YouTube" @@ -12,7 +12,7 @@ optdepends=('ffmpeg: fix issues with audio file downloads') source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz") -sha1sums=('727466219e7fbde1bc947616ec08238b8065bc86') +sha1sums=('d4bd7de0a08676470342d6445cc70229bcc00ff2') package() { cd pafy-$pkgver -- cgit v1.2.3-54-g00ecf