summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a517c9aa33e..d049d01ce7a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pytube
pkgdesc = A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
- pkgver = 10.5.0
+ pkgver = 10.5.2
pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
license = MIT
depends = python-setuptools
depends = python-typing_extensions
- source = python-pytube-10.5.0.tar.gz::https://github.com/pytube/pytube/archive/v10.5.0.tar.gz
- sha256sums = 0d8b9b1a6b186f2c473ef0ec930e4114a3c4ab725b9a9dabfe79ae0f7120502f
+ source = python-pytube-10.5.2.tar.gz::https://github.com/pytube/pytube/archive/v10.5.2.tar.gz
+ sha256sums = faf069163b0f74a8f8a3827dab0ef081824bde2c713daec91c23df54e93f8a6a
pkgname = python-pytube
diff --git a/PKGBUILD b/PKGBUILD
index 2a3f6b9e7858..f37e235528d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me >
pkgname=python-pytube
-pkgver=10.5.0
+pkgver=10.5.2
pkgrel=1
pkgdesc="A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/pytube/pytube"
license=('MIT')
depends=('python-setuptools' 'python-typing_extensions')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytube/pytube/archive/v$pkgver.tar.gz")
-sha256sums=('0d8b9b1a6b186f2c473ef0ec930e4114a3c4ab725b9a9dabfe79ae0f7120502f')
+sha256sums=('faf069163b0f74a8f8a3827dab0ef081824bde2c713daec91c23df54e93f8a6a')
build() {
cd pytube-$pkgver