Update AUR package

This commit is contained in:
ayushjaipuriyar 2026-02-20 05:40:33 +00:00
parent 4bd4f40202
commit 22682a36a5
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
# Maintainer: Your Name <youremail@example.com>
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() {