diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -1,14 +1,16 @@ pkgbase = terminalimageviewer pkgdesc = Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters pkgver = r46.65ebc0a - pkgrel = 1 + pkgrel = 2 url = https://github.com/stefanhaustein/TerminalImageViewer arch = i686 arch = x86_64 license = Apache makedepends = git provides = TerminalImageViewer - conflicts = TerminalImageViewer, tiv + provides = tiv + conflicts = TerminalImageViewer + conflicts = tiv source = terminalimageviewer-git::git+https://github.com/stefanhaustein/TerminalImageViewer.git md5sums = SKIP @@ -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') |