makedeb
A cli to browse and watch anime. (development version)
Click here to go back to the commit logs for ani-cli-git.
Hash: f2fc20b0ad333f2d17662c8fff77eb43ec714b89
Message: Setting provides & conflicts
diff --git a/.SRCINFO b/.SRCINFO
index 6c85ec6..f7ee8d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ani-cli-git
pkgdesc = A cli to browse and watch anime. (development version)
- pkgver = r477.79bcdf2
+ pkgver = r481.1e97d1f
pkgrel = 1
url = https://github.com/pystardust/ani-cli
arch = any
@@ -13,6 +13,8 @@ pkgbase = ani-cli-git
depends = mpv
optdepends = vlc: An alternative video player
optdepends = aria2: For downloading episodes
+ provides = ani-cli
+ conflicts = ani-cli
source = ani-cli::git+https://github.com/pystardust/ani-cli.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6c8ce48..95a6242 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=r477.79bcdf2
+pkgver=r481.1e97d1f
pkgrel=1
pkgdesc="A cli to browse and watch anime. (development version)"
arch=('any')
@@ -11,6 +11,8 @@ depends=('grep' 'sed' 'curl' 'openssl' 'mpv')
optdepends=('vlc: An alternative video player'
'aria2: For downloading episodes')
makedepends=('git')
+provides=('ani-cli')
+conflicts=('ani-cli')
source=('ani-cli::git+https://github.com/pystardust/ani-cli.git')
md5sums=('SKIP')