summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-12-22 16:09:56 +0200
committerPekka Ristola2021-12-22 16:09:56 +0200
commit7633ffc3e332363cab68c5313b666b966b3150a8 (patch)
tree6b4828888820b6cba8b5bf3951fbc080e93eeb3e
parentca2cfed0b6e94abb0e632b8ef211b2324717bc84 (diff)
downloadaur-7633ffc3e332363cab68c5313b666b966b3150a8.tar.gz
Update to 11.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a71849849b21..af4b756ee924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pytube
pkgdesc = A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos
- pkgver = 11.0.1
- pkgrel = 2
+ pkgver = 11.0.2
+ pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
license = Unlicense
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pytube/pytube-11.0.1.tar.gz
- sha256sums = 47643a6ff553cbc4d6be748ff14c9c45f79984e15005adff25d62b18110abe43
+ source = https://files.pythonhosted.org/packages/source/p/pytube/pytube-11.0.2.tar.gz
+ sha256sums = 21d2d151e6525f9f79401ae7a74a7de1e2bb1c00ede5d77c89e22d496389c5f1
pkgname = python-pytube
diff --git a/PKGBUILD b/PKGBUILD
index 8d1a4c94de78..9be9717380a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me >
pkgname=python-pytube
-pkgver=11.0.1
-pkgrel=2
+pkgver=11.0.2
+pkgrel=1
pkgdesc="A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos"
arch=('any')
url="https://github.com/pytube/pytube"
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('47643a6ff553cbc4d6be748ff14c9c45f79984e15005adff25d62b18110abe43')
+sha256sums=('21d2d151e6525f9f79401ae7a74a7de1e2bb1c00ede5d77c89e22d496389c5f1')
build() {
cd pytube-$pkgver