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: 356da819e7488fd8d4fba0d9a3e010e73cfb5786

Message: replaced aria2 with axel

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c9487f7..bd996be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = ani-cli-git
 	pkgdesc = A cli to browse and watch anime. (development version)
-	pkgver = r558.5fb1db3
+	pkgver = r569.79b08aa
 	pkgrel = 1
 	url = https://github.com/pystardust/ani-cli
 	arch = any
@@ -12,7 +12,7 @@ pkgbase = ani-cli-git
 	depends = openssl
 	depends = mpv
 	optdepends = vlc: An alternative video player
-	optdepends = aria2: For downloading episodes
+	optdepends = axel: For downloading episodes
 	provides = ani-cli
 	conflicts = ani-cli
 	source = ani-cli::git+https://github.com/pystardust/ani-cli.git
diff --git a/PKGBUILD b/PKGBUILD
index 1f0558a..c208459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Mark Kostovetskyy <mark at sgtxd dot de >
 pkgname='ani-cli-git'
 _pkgname='ani-cli'
-pkgver=r558.5fb1db3
+pkgver=r569.79b08aa
 pkgrel=1
 pkgdesc="A cli to browse and watch anime. (development version)"
 arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/pystardust/ani-cli"
 license=('GPL3')
 depends=('grep' 'sed' 'curl' 'openssl' 'mpv')
 optdepends=('vlc: An alternative video player'
-'aria2: For downloading episodes')
+'axel: For downloading episodes')
 makedepends=('git')
 provides=('ani-cli')
 conflicts=('ani-cli')