summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-07-06 10:14:03 +0200
committerTim Schumacher2021-07-06 10:14:03 +0200
commitbc38f4959d9ad6d3cf17b59d97cd6132466c9499 (patch)
treee37b84e546fcf0c2d0c40e1cd39d196cf54d811f
parent7e4816ab797a03ff68e6b79642801583fec45ec7 (diff)
downloadaur-bc38f4959d9ad6d3cf17b59d97cd6132466c9499.tar.gz
Update to 10.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d244ec9abb..bfdaace17733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-pytube
pkgdesc = A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
- pkgver = 10.8.5
+ pkgver = 10.9.0
pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
license = MIT
depends = python-setuptools
- source = python-pytube-10.8.5.tar.gz::https://github.com/pytube/pytube/archive/v10.8.5.tar.gz
- sha256sums = 93b2289f4e447f8fc39364caf87931e207a20d58e670a868ef2676b0bf1a90c1
+ source = python-pytube-10.9.0.tar.gz::https://github.com/pytube/pytube/archive/v10.9.0.tar.gz
+ sha256sums = 38c3b00c856d0a74aa8420d7ae61c50b17c7772e0b26c031c62495c19a60459a
pkgname = python-pytube
diff --git a/PKGBUILD b/PKGBUILD
index d4fc3b6ccc3b..af6d942ddf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Tim Schumacher <timschumi@gmx.de>
+# Contributor: Tim Schumacher <timschumi@gmx.de>
# Contributor: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me >
pkgname=python-pytube
-pkgver=10.8.5
+pkgver=10.9.0
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=('93b2289f4e447f8fc39364caf87931e207a20d58e670a868ef2676b0bf1a90c1')
+sha256sums=('38c3b00c856d0a74aa8420d7ae61c50b17c7772e0b26c031c62495c19a60459a')
build() {
cd pytube-$pkgver