diff --git a/.SRCINFO b/.SRCINFO index 0f204f40313d..bd81c4329252 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = animepahe-dl pkgdesc = A Python-based tool to download anime from AnimePahe, featuring both a Command-Line Interface (CLI) and a Graphical User Interface (GUI). - pkgver = 5.9.1 + pkgver = 5.10.0 pkgrel = 1 url = https://github.com/ayushjaipuriyar/animepahe-dl arch = any @@ -21,7 +21,7 @@ pkgbase = animepahe-dl depends = python-loguru depends = python-plyer depends = python-questionary - source = git+https://github.com/ayushjaipuriyar/animepahe-dl.git#tag=v5.9.1 + source = git+https://github.com/ayushjaipuriyar/animepahe-dl.git#tag=v5.10.0 sha256sums = SKIP pkgname = animepahe-dl diff --git a/PKGBUILD b/PKGBUILD index 2f2979842099..c4579c547f6d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Your Name pkgname=animepahe-dl -pkgver=5.9.1 +pkgver=5.10.0 pkgrel=1 pkgdesc="A Python-based tool to download anime from AnimePahe, featuring both a Command-Line Interface (CLI) and a Graphical User Interface (GUI)." arch=('any') @@ -23,7 +23,7 @@ depends=( 'python-questionary' ) makedepends=('python-setuptools' 'python-build') -source=("git+https://github.com/ayushjaipuriyar/animepahe-dl.git#tag=v5.9.1") +source=("git+https://github.com/ayushjaipuriyar/animepahe-dl.git#tag=v5.10.0") sha256sums=('SKIP') build() {