summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2023-02-20 15:11:17 +0100
committerMark2023-02-20 15:11:17 +0100
commit867af7be14ffeb7b20997557d26bb0dc148714ab (patch)
treeb9537b23537f72a619f7f65d8e1269fbf8326e91
parentb6b071d7ac5547909a5cedc59acdbfd12b743dd2 (diff)
downloadaur-ani-cli-git.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d076c9fdaf69..c48c26ed4b61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ani-cli-git
pkgdesc = A cli to browse and watch anime. (development version)
- pkgver = r644.323c068
+ pkgver = r653.94e78d5
pkgrel = 1
url = https://github.com/pystardust/ani-cli
arch = any
@@ -8,7 +8,7 @@ pkgbase = ani-cli-git
makedepends = git
depends = grep
depends = sed
- depends = wget
+ depends = curl
depends = mpv
depends = aria2
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 5bc80b794bc9..207f07c1a743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Kostovetskyy <mark at sgtxd dot de >
pkgname='ani-cli-git'
_pkgname='ani-cli'
-pkgver=r644.323c068
+pkgver=r653.94e78d5
pkgrel=1
pkgdesc="A cli to browse and watch anime. (development version)"
arch=('any')
url="https://github.com/pystardust/ani-cli"
license=('GPL3')
-depends=('grep' 'sed' 'wget' 'mpv' 'aria2' 'ffmpeg' 'fzf')
+depends=('grep' 'sed' 'curl' 'mpv' 'aria2' 'ffmpeg' 'fzf')
optdepends=('vlc: An alternative video player')
makedepends=('git')
provides=('ani-cli')