From 3ceabf8c901585a59663fa12d1d08af4e3827079 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 4 Aug 2014 18:10:35 +0200 Subject: Clean up PKGBUILD --- .SRCINFO | 2 +- PKGBUILD | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 556c530..d7c86cf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ # Mon Jun 1 13:54:23 UTC 2015 pkgbase = python-pafy-git pkgdesc = Python API for YouTube - Download videos and retrieve metadata from YouTube. - pkgver = git + pkgver = 0.3.56.r0.g1589217 pkgrel = 1 url = http://np1.github.io/pafy arch = any diff --git a/PKGBUILD b/PKGBUILD index 2aca5b6..dd5a53f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,16 @@ -# Maintainer: Johannes Löthberg - pkgname=python-pafy-git -pkgver=git +pkgver=0.3.56.r0.g1589217 pkgrel=1 + pkgdesc="Python API for YouTube - Download videos and retrieve metadata from YouTube." -arch=('any') url="http://np1.github.io/pafy" +arch=('any') license=('GPL3') + depends=('python') + conflicts=('python-pafy') + source=('git+https://github.com/np1/pafy.git') md5sums=('SKIP') -- cgit v1.2.3-70-g09d2