diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 18:10:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:41 +0200 |
commit | cc236a240fb1cf062efcf0cc72609b4584780333 (patch) | |
tree | 4d6a2574e74dc5f4c68ac917de61ec9cede682ea | |
parent | c42297d74ef0c6677801ab8dd3e38e19747b2395 (diff) | |
download | pkgbuilds-cc236a240fb1cf062efcf0cc72609b4584780333.tar.xz |
Clean up PKGBUILDs
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,13 +1,14 @@ -# Maintainer: Johannes Löthberg <johannes@kyriasis.com> - pkgname=python-pafy pkgver=0.3.58 pkgrel=1 + pkgdesc="Python API for YouTube - Download videos and retrieve metadata." -arch=('any') url="http://np1.github.io/pafy" +arch=('any') license=('GPL3') + depends=('python') + source=("https://github.com/np1/pafy/archive/v$pkgver.tar.gz") sha256sums=('05e5c67d81b596baaf8c154bd5ea9a2b36f5b5048b251821809151ca16ade8d0') |