summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-03-29 15:12:03 +0200
committerTim Schumacher2021-03-29 15:12:03 +0200
commit80fad8b2d4c8fda53a2c28cd1e12e4e1f22a5501 (patch)
tree7a4a67c487d4aad56bfdfb4a551794c1813992e3
parentfeff25141d8241242c62a92ad07252e91af04797 (diff)
downloadaur-80fad8b2d4c8fda53a2c28cd1e12e4e1f22a5501.tar.gz
Update to 10.6.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38d2e5d994f0..9103c65c4574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-pytube
pkgdesc = A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
- pkgver = 10.6.0
+ pkgver = 10.6.1
pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
license = MIT
depends = python-setuptools
- depends = python-typing_extensions
- source = python-pytube-10.6.0.tar.gz::https://github.com/pytube/pytube/archive/v10.6.0.tar.gz
- sha256sums = 8ea8704cd4dfb0a1d8057dbf34f562d49d2e3591b4bebaafc7dbbc66646f4e45
+ source = python-pytube-10.6.1.tar.gz::https://github.com/pytube/pytube/archive/v10.6.1.tar.gz
+ sha256sums = 17351cbf555ccbd5d243ac6cdc702afdfdce3a941db1c80e6c94158f270bf67d
pkgname = python-pytube
diff --git a/PKGBUILD b/PKGBUILD
index f049f7a0a651..99c6b4ac701c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me >
pkgname=python-pytube
-pkgver=10.6.0
+pkgver=10.6.1
pkgrel=1
pkgdesc="A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos."
arch=('any')
url="https://github.com/pytube/pytube"
license=('MIT')
-depends=('python-setuptools' 'python-typing_extensions')
+depends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytube/pytube/archive/v$pkgver.tar.gz")
-sha256sums=('8ea8704cd4dfb0a1d8057dbf34f562d49d2e3591b4bebaafc7dbbc66646f4e45')
+sha256sums=('17351cbf555ccbd5d243ac6cdc702afdfdce3a941db1c80e6c94158f270bf67d')
build() {
cd pytube-$pkgver