summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon B2020-04-26 23:08:16 +0300
committerRon B2020-04-26 23:08:16 +0300
commit4bcf87aaf4260f654e7927c0983d724d438dd355 (patch)
tree8355799942cc7731a4c631560413a4669d325641
parent1eee84efdf535e416371f0d824f8ab6e8cc08d43 (diff)
downloadaur-4bcf87aaf4260f654e7927c0983d724d438dd355.tar.gz
update to 9.6.4
-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