summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2022-04-02 18:18:26 +0200
committerMark2022-04-02 18:18:26 +0200
commitd0d4079308c6dbbe016f1ab55b594e8f6e2c4d44 (patch)
treeaa3de38fe377b7a2b79f83cddcd3488522c89ce2
parente3ddb7577cbd6eed21691200c601513d543300b9 (diff)
downloadaur-d0d4079308c6dbbe016f1ab55b594e8f6e2c4d44.tar.gz
Version bump to 2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01f9f7703418..3a3c7c16012c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ani-cli
pkgdesc = A cli to browse and watch anime.
- pkgver = 1.9
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/pystardust/ani-cli
arch = any
@@ -10,9 +10,10 @@ pkgbase = ani-cli
depends = curl
depends = openssl
depends = mpv
+ depends = ffmpeg
optdepends = vlc: An alternative video player
optdepends = aria2: For downloading episodes
- source = ani-cli-1.9.tar.gz::https://github.com/pystardust/ani-cli/archive/refs/tags/v1.9.tar.gz
- sha256sums = d01e5acc1961dfb2d1ea4219dcbc8a7b745a1066166216590592d2021aae7736
+ source = ani-cli-2.0.tar.gz::https://github.com/pystardust/ani-cli/archive/refs/tags/v2.0.tar.gz
+ sha256sums = fb27aaa2c2c66a1198e4876e40c0366693e05d91ea66beaaa739b910ff7040b0
pkgname = ani-cli
diff --git a/PKGBUILD b/PKGBUILD
index acb7725779ab..5cb6bf6a8a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mark Kostovetskyy <mark at sgtxd dot de >
pkgname='ani-cli'
-pkgver=1.9
+pkgver=2.0
pkgrel=1
pkgdesc="A cli to browse and watch anime."
arch=('any')
url="https://github.com/pystardust/ani-cli"
license=('GPL3')
-depends=('grep' 'sed' 'curl' 'openssl' 'mpv')
+depends=('grep' 'sed' 'curl' 'openssl' 'mpv' 'ffmpeg')
optdepends=('vlc: An alternative video player'
'aria2: For downloading episodes')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pystardust/ani-cli/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('d01e5acc1961dfb2d1ea4219dcbc8a7b745a1066166216590592d2021aae7736')
+sha256sums=('fb27aaa2c2c66a1198e4876e40c0366693e05d91ea66beaaa739b910ff7040b0')
package() {
cd "$srcdir/$pkgname-$pkgver"