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 39806f6e7462..f045e4fd91a6 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 = 9.5.1
+ pkgver = 9.6.4
pkgrel = 2
url = https://github.com/nficano/pytube
arch = any
license = MIT
depends = python-setuptools
- source = python-pytube-9.5.1.tar.gz::https://github.com/nficano/pytube/archive/v9.5.1.tar.gz
- sha256sums = 0288ca386d165defe2253bb5ed467e83bcea2e825796ebb684745f74b35adaa8
+ source = python-pytube-9.6.4.tar.gz::https://github.com/nficano/pytube/archive/v9.6.4.tar.gz
+ sha256sums = 526413d74621f367a7a8730257244af3f9d3ef514f953d69ce9dbd461ce05446
pkgname = python-pytube
diff --git a/PKGBUILD b/PKGBUILD
index f96df2609fba..c186ff2ccf3f 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=9.5.1
+pkgver=9.6.4
pkgrel=2
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/nficano/pytube"
license=('MIT')
depends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nficano/pytube/archive/v$pkgver.tar.gz")
-sha256sums=('526413d74621f367a7a8730257244af3f9d3ef514f953d69ce9dbd461ce05446')
+sha256sums=('f9cc6edd4ca019a5518a918b542c3d6f4c4b7f9ea88b4f28d2ac675f75d8bbd8')
build() {
cd pytube-$pkgver