summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2022-04-18 08:41:01 +0300
committerPekka Ristola2022-04-18 08:41:01 +0300
commitb0baa5566cb265373125fed0d535bd95846cfd09 (patch)
tree4fbaf3962d2abc42391b689eb64545f9423bc788
parent7633ffc3e332363cab68c5313b666b966b3150a8 (diff)
downloadaur-b0baa5566cb265373125fed0d535bd95846cfd09.tar.gz
Update to 12.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af4b756ee924..b32aa8389f40 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 = 11.0.2
+ pkgver = 12.0.0
pkgrel = 1
url = https://github.com/pytube/pytube
arch = any
license = Unlicense
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pytube/pytube-11.0.2.tar.gz
- sha256sums = 21d2d151e6525f9f79401ae7a74a7de1e2bb1c00ede5d77c89e22d496389c5f1
+ source = https://files.pythonhosted.org/packages/source/p/pytube/pytube-12.0.0.tar.gz
+ sha256sums = 422a9c2e1d35521f00c692b59c18edbaf2c1e12197bd36745bf00a26875674db
pkgname = python-pytube
diff --git a/PKGBUILD b/PKGBUILD
index 9be9717380a4..7c4346148a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ron B.S <ronthecookie0101 on gmail --OR-- me AT ronthecookie DOT me >
pkgname=python-pytube
-pkgver=11.0.2
+pkgver=12.0.0
pkgrel=1
pkgdesc="A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('21d2d151e6525f9f79401ae7a74a7de1e2bb1c00ede5d77c89e22d496389c5f1')
+sha256sums=('422a9c2e1d35521f00c692b59c18edbaf2c1e12197bd36745bf00a26875674db')
build() {
cd pytube-$pkgver