mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 00:13:11 +01:00
Update AUR package
This commit is contained in:
parent
4bd4f40202
commit
22682a36a5
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue