diff --git a/pokeshell-git/.SRCINFO b/pokeshell-git/.SRCINFO index 850ad36..21b5eda 100644 --- a/pokeshell-git/.SRCINFO +++ b/pokeshell-git/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pokeshell-git pkgdesc = A shell program to show pokemon sprites in the terminal. - pkgver = r90.e283991 + pkgver = r91.52b3ec2 pkgrel = 1 url = https://github.com/acxz/pokeshell arch = any @@ -9,7 +9,7 @@ pkgbase = pokeshell-git depends = curl depends = jq depends = imagemagick - depends = timg + depends = chafa provides = pokeshell conflicts = pokeshell source = pokeshell::git+https://github.com/acxz/pokeshell diff --git a/pokeshell-git/PKGBUILD b/pokeshell-git/PKGBUILD index 28b28f2..8e2ba85 100644 --- a/pokeshell-git/PKGBUILD +++ b/pokeshell-git/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: acxz pkgname=pokeshell-git -pkgver=r90.e283991 +pkgver=r91.52b3ec2 pkgrel=1 pkgdesc="A shell program to show pokemon sprites in the terminal." arch=('any') url='https://github.com/acxz/pokeshell' license=('GPLv3') -depends=('curl' 'jq' 'imagemagick' 'timg') +depends=('curl' 'jq' 'imagemagick' 'chafa') makedepends=('git') provides=('pokeshell') conflicts=('pokeshell')