makedeb


ani-cli-git 4.5.0.r4.353bf56-1


A cli to browse and watch anime. (development version)

Click here to go back to the commit logs for ani-cli-git.

Commit:


Hash: 61ca94dc69c7103407ce7f6dc092281e1f9ec846

Message: Updated dependencies

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 43bfb7b..1cf6945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = ani-cli-git
 	pkgdesc = A cli to browse and watch anime.
-	pkgver = r96.1a1909b
-	pkgrel = 5
+	pkgver = r251.75409cc
+	pkgrel = 6
 	url = https://github.com/pystardust/ani-cli
 	arch = any
 	license = GPL3
@@ -10,6 +10,8 @@ pkgbase = ani-cli-git
 	depends = curl
 	depends = sed
 	depends = mpv
+	depends = aria2
+	optdepends = vlc: alternative video player
 	source = ani-cli::git+https://github.com/pystardust/ani-cli.git
 	md5sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index a201b22..7b52143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
 # Maintainer: Mark Kostovetskyy <mark at sgtxd dot de >
 pkgname='ani-cli-git'
 _pkgname='ani-cli'
-pkgver=r96.1a1909b
-pkgrel=5
+pkgver=r251.75409cc
+pkgrel=6
 pkgdesc="A cli to browse and watch anime."
 arch=('any')
 url="https://github.com/pystardust/ani-cli"
 license=('GPL3')
-depends=('grep' 'curl' 'sed' 'mpv')
+depends=('grep' 'curl' 'sed' 'mpv' 'aria2')
+optdepends=('vlc: alternative video player')
 makedepends=('git')
 source=('ani-cli::git+https://github.com/pystardust/ani-cli.git')
 md5sums=('SKIP')