summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-04-06 11:35:25 +0200
committerTim Schumacher2021-04-06 11:35:25 +0200
commitad176105e08461d6c6c384451f1bf0e050b1d0ac (patch)
treed589a30278e5405bc127980f29007d098899df8c
parent80fad8b2d4c8fda53a2c28cd1e12e4e1f22a5501 (diff)
downloadaur-ad176105e08461d6c6c384451f1bf0e050b1d0ac.tar.gz
Update to 10.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9103c65c4574..d896a2e48d26 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.6.1
+ pkgver = 10.7.1
pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
license = MIT
depends = python-setuptools
- source = python-pytube-10.6.1.tar.gz::https://github.com/pytube/pytube/archive/v10.6.1.tar.gz
- sha256sums = 17351cbf555ccbd5d243ac6cdc702afdfdce3a941db1c80e6c94158f270bf67d
+ source = python-pytube-10.7.1.tar.gz::https://github.com/pytube/pytube/archive/v10.7.1.tar.gz
+ sha256sums = fabfd459a923f4faaf68307cb948c3a82f0eaeb76f90fff59981f48a320d1e04
pkgname = python-pytube
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