summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz2017-11-02 16:39:17 +0100
committerneodarz2017-11-02 16:39:31 +0100
commita979c86e9e0788c631c59fcc7a474070860f49e0 (patch)
tree2fa62ad3c6287e2639cfe19eaaa1a8938ca21d97 /PKGBUILD
parentf4c7c1cdace853939f15b81907017ff5d7068198 (diff)
downloadaur-a979c86e9e0788c631c59fcc7a474070860f49e0.tar.gz
Fix conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd69fd735132..a86d7a3467ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgbase=terminalimageviewer
pkgname=terminalimageviewer-git
_pkgname=TerminalImageViewer
pkgver=r46.65ebc0a
-pkgrel=1
+pkgrel=2
pkgdesc="Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters"
arch=('i686' 'x86_64')
url="https://github.com/stefanhaustein/$_pkgname"
license=('Apache')
makedepends=(git)
-provides=("$_pkgname")
-conflicts=("$_pkgname, tiv")
+provides=("$_pkgname" "tiv")
+conflicts=("$_pkgname" "tiv")
source=("$pkgname"::"git+https://github.com/stefanhaustein/$_pkgname.git")
noextract=()
md5sums=('SKIP')