diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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') |