aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 18:10:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:41 +0200
commitcc236a240fb1cf062efcf0cc72609b4584780333 (patch)
tree4d6a2574e74dc5f4c68ac917de61ec9cede682ea
parentc42297d74ef0c6677801ab8dd3e38e19747b2395 (diff)
downloadpkgbuilds-cc236a240fb1cf062efcf0cc72609b4584780333.tar.xz
Clean up PKGBUILDs
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ff39f4..29605ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')