summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2022-02-12 11:23:43 +0100
committerMark2022-02-12 11:23:43 +0100
commit6cf40d8a05f1c03ff6bab0f31541ba3ddee636cd (patch)
tree41013fdc4ce6deccfaaf93216680e2884e02d562
parentd611ba392e78fbd09594b2b42d159d46d8032b0f (diff)
downloadaur-6cf40d8a05f1c03ff6bab0f31541ba3ddee636cd.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39b2e67e718b..1515a5f664ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ani-cli
pkgdesc = A cli to browse and watch anime.
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pystardust/ani-cli
arch = any
license = GPL3
@@ -9,7 +9,6 @@ pkgbase = ani-cli
depends = sed
depends = curl
depends = openssl
- depends = jq
depends = mpv
optdepends = vlc: An alternative video player
optdepends = aria2: For downloading episodes
diff --git a/PKGBUILD b/PKGBUILD
index 0ec4307f3ff8..234777c96b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Kostovetskyy <mark at sgtxd dot de >
pkgname='ani-cli'
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc="A cli to browse and watch anime."
arch=('any')
url="https://github.com/pystardust/ani-cli"
license=('GPL3')
-depends=('grep' 'sed' 'curl' 'openssl' 'jq' 'mpv')
+depends=('grep' 'sed' 'curl' 'openssl' 'mpv')
optdepends=('vlc: An alternative video player'
'aria2: For downloading episodes')
conflicts=('ani-cli-git')