summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorPekka Ristola2021-07-07 18:05:26 +0300
committerPekka Ristola2021-07-07 18:05:26 +0300
commit59da144b3ac21a7b8027e54f383b85f8a0c67002 (patch)
tree048fb2b033af0e3cb217ab530dd317e061996960 /.SRCINFO
parentbc38f4959d9ad6d3cf17b59d97cd6132466c9499 (diff)
downloadaur-59da144b3ac21a7b8027e54f383b85f8a0c67002.tar.gz
Update to 10.9.1 and clean up the PKGBUILD
- remove dot from the end of pkgdesc - update license - move python-setuptools to makedepends - use files.pythonhosted.org as source as specified in the Python package guidelines - delete update.js script
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO13
1 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfdaace17733..d9e08c617d5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pytube
- pkgdesc = A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
- pkgver = 10.9.0
+ pkgdesc = A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos
+ pkgver = 10.9.1
pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
- license = MIT
- depends = python-setuptools
- source = python-pytube-10.9.0.tar.gz::https://github.com/pytube/pytube/archive/v10.9.0.tar.gz
- sha256sums = 38c3b00c856d0a74aa8420d7ae61c50b17c7772e0b26c031c62495c19a60459a
+ license = Unlicense
+ makedepends = python-setuptools
+ depends = python
+ source = https://files.pythonhosted.org/packages/source/p/pytube/pytube-10.9.1.tar.gz
+ sha256sums = 5366f42a99b3734d036dfd21be325fa3c6d03e155b62b39dfeef130bcb498b04
pkgname = python-pytube