summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed53c2daade1..fab7003e814c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nekofetch-git
pkgdesc = neofetch but with nekos
pkgver = r30.0e8a74b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/propruhh/nekofetch
arch = any
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = nekofetch-git
depends = jq
depends = jp2a
depends = neofetch
+ optdepends = imagemagick: support for kitty image backend
provides = nekofetch
conflicts = nekofetch
source = git+https://github.com/propruhh/nekofetch.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index e7c5bf796dc9..f83b711b7e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _pkgname=nekofetch
_branch=master
pkgname=$_pkgname-git
pkgver=r30.0e8a74b
-pkgrel=1
+pkgrel=2
pkgdesc="neofetch but with nekos"
license=('GPL3')
arch=(any)
url="https://github.com/propruhh/nekofetch"
depends=(curl jq jp2a neofetch)
+optdepends=('imagemagick: support for kitty image backend')
makedepends=(git make)
provides=($_pkgname)
conflicts=($_pkgname)