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 d04a528e0b40..e17579804f5d 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 = 10.8.2
+ pkgver = 10.8.3
pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
license = MIT
depends = python-setuptools
- source = python-pytube-10.8.2.tar.gz::https://github.com/pytube/pytube/archive/v10.8.2.tar.gz
- sha256sums = 4fc1a8ace0a5167651dcb1a27fb197f557eaf18d580bbf522d6982a7d3bf6464
+ source = python-pytube-10.8.3.tar.gz::https://github.com/pytube/pytube/archive/v10.8.3.tar.gz
+ sha256sums = 29fde3e33ff26c2a35b4d43d9c56d30d3bd14b7bce640c95f2320b08df399851
pkgname = python-pytube
diff --git a/PKGBUILD b/PKGBUILD
index 0d76f8d83c11..8a9f9ebcd4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me >
pkgname=python-pytube
-pkgver=10.8.2
+pkgver=10.8.3
pkgrel=1
pkgdesc="A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos."
arch=('any')
@@ -10,7 +10,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=('4fc1a8ace0a5167651dcb1a27fb197f557eaf18d580bbf522d6982a7d3bf6464')
+sha256sums=('29fde3e33ff26c2a35b4d43d9c56d30d3bd14b7bce640c95f2320b08df399851')
build() {
cd pytube-$pkgver