summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2022-02-15 10:09:48 +0100
committerMark2022-02-15 10:09:48 +0100
commitf2fc20b0ad333f2d17662c8fff77eb43ec714b89 (patch)
tree5860af19629746d5f98885e6fe9e3660caded9a0
parentfeb262b1d98e02d2215c7958c6455d3fa7ca86e8 (diff)
downloadaur-f2fc20b0ad333f2d17662c8fff77eb43ec714b89.tar.gz
Setting provides & conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c85ec61f0fc..f7ee8d8133e0 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 6c8ce48d74a9..95a6242c0ba3 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')