summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2022-01-16 12:44:21 +0100
committerMark2022-01-16 12:44:21 +0100
commit9fdb03ce59f41fe905a508121e5f92b791b98d25 (patch)
treef62b55b739b43f1b7678077bd24dd8e4797d3a47
parent61ca94dc69c7103407ce7f6dc092281e1f9ec846 (diff)
downloadaur-9fdb03ce59f41fe905a508121e5f92b791b98d25.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cf694515cf6..e546a6d99502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = ani-cli-git
pkgdesc = A cli to browse and watch anime.
- pkgver = r251.75409cc
- pkgrel = 6
+ pkgver = r291.7a16ad5
+ pkgrel = 7
url = https://github.com/pystardust/ani-cli
arch = any
license = GPL3
makedepends = git
depends = grep
- depends = curl
depends = sed
+ depends = curl
+ depends = openssl
+ depends = jq
depends = mpv
- depends = aria2
- optdepends = vlc: alternative video player
+ optdepends = vlc: An alternative video player
+ optdepends = aria2: For downloading episodes
source = ani-cli::git+https://github.com/pystardust/ani-cli.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7b5214327022..83d7e64d04ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Mark Kostovetskyy <mark at sgtxd dot de >
pkgname='ani-cli-git'
_pkgname='ani-cli'
-pkgver=r251.75409cc
-pkgrel=6
+pkgver=r291.7a16ad5
+pkgrel=7
pkgdesc="A cli to browse and watch anime."
arch=('any')
url="https://github.com/pystardust/ani-cli"
license=('GPL3')
-depends=('grep' 'curl' 'sed' 'mpv' 'aria2')
-optdepends=('vlc: alternative video player')
+depends=('grep' 'sed' 'curl' 'openssl' 'jq' 'mpv')
+optdepends=('vlc: An alternative video player'
+'aria2: For downloading episodes')
makedepends=('git')
source=('ani-cli::git+https://github.com/pystardust/ani-cli.git')
md5sums=('SKIP')