summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99c6b4ac701c..9aba32725a1f 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.6.1
+pkgver=10.7.1
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')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytube/pytube/archive/v$pkgver.tar.gz")
-sha256sums=('17351cbf555ccbd5d243ac6cdc702afdfdce3a941db1c80e6c94158f270bf67d')
+sha256sums=('fabfd459a923f4faaf68307cb948c3a82f0eaeb76f90fff59981f48a320d1e04')
build() {
cd pytube-$pkgver