summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBBaoVanC2021-02-01 19:08:17 -0600
committerBBaoVanC2021-02-01 19:08:17 -0600
commit7cd02f57cfb25ff9edaead324d00e3a415fd9541 (patch)
tree1807da75b3a506af5935ae377b4dd4692a83cc80
parent1fd3707be66c210300251fc7ca5fcd299097db8b (diff)
downloadaur-7cd02f57cfb25ff9edaead324d00e3a415fd9541.tar.gz
Add imagemagick to optdepends
-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)