summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f049f7a0a651..99c6b4ac701c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me >
pkgname=python-pytube
-pkgver=10.6.0
+pkgver=10.6.1
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"
license=('MIT')
-depends=('python-setuptools' 'python-typing_extensions')
+depends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytube/pytube/archive/v$pkgver.tar.gz")
-sha256sums=('8ea8704cd4dfb0a1d8057dbf34f562d49d2e3591b4bebaafc7dbbc66646f4e45')
+sha256sums=('17351cbf555ccbd5d243ac6cdc702afdfdce3a941db1c80e6c94158f270bf67d')
build() {
cd pytube-$pkgver