From 44e489eb4d7177d2099db3892c28f2fce0eb58b7 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 27 Jan 2023 00:20:55 +0530 Subject: [PATCH] gdown: update to 4.6.0. --- srcpkgs/gdown/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template index 6420b1c87e788d..48c0ff75de40d6 100644 --- a/srcpkgs/gdown/template +++ b/srcpkgs/gdown/template @@ -1,9 +1,9 @@ # Template file for 'gdown' pkgname=gdown -version=4.2.0 -revision=2 +version=4.6.0 +revision=1 build_style=python3-module -hostmakedepends="python3 python3-setuptools" +hostmakedepends="python3-setuptools" depends="python3-filelock python3-requests python3-six python3-tqdm python3-pysocks python3-BeautifulSoup4" checkdepends="${depends} python3-pytest" @@ -11,9 +11,8 @@ short_desc="Download a large file from Google Drive" maintainer="travankor " license="MIT" homepage="https://github.com/wkentaro/gdown" -distfiles="https://github.com/wkentaro/gdown/archive/v${version}.tar.gz" -checksum=24d159c7f9448bc864fef2dcc3d77c6b7b805654c5b2cf61bb05722fdef50049 -make_check=no # doesn't create egg-info during build +distfiles="https://github.com/wkentaro/gdown/archive/refs/tags/v${version}.tar.gz" +checksum=06862dc5ffae994a9cb11eb3015182c192bf80b8ed10d00d891c5560c4884128 post_install() { vlicense LICENSE