summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAanok2019-10-06 21:37:17 +0200
committerAanok2019-10-06 21:37:17 +0200
commit61ed31e9a52f1bb2cf53d85e2327f7478ba4530b (patch)
treeae63a53daed8a2877be353e445f57ed395fbf9e5 /PKGBUILD
parent20a89928ecd68eb4127c013519fd8e7ae4a9ab4b (diff)
downloadaur-61ed31e9a52f1bb2cf53d85e2327f7478ba4530b.tar.gz
removed conflict with itself
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52e3dc0a60bb..590735a7e5c0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aanok <aanok.aur@gmail.com>
pkgname='jftui-git'
-pkgver=v0.1.r1.g43712ab
+pkgver=v0.1.2
pkgrel=1
pkgdesc="TUI client for Jellyfin based on mpv"
arch=('x86_64')
@@ -9,7 +9,6 @@ license=('Unlicense')
makedepends=('git' 'gcc' 'pkg-config' 'make')
depends=('mpv' 'yajl' 'curl')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
source=('git+https://github.com/Aanok/jftui.git')
md5sums=('SKIP')