summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBBaoVanC2021-02-01 18:57:59 -0600
committerBBaoVanC2021-02-01 18:57:59 -0600
commit8203240eceed4f0ecc11d86b67dac20d4aac3e31 (patch)
tree4f5a8db84608347025eb569f32cf0f45290ac775
parentb867399f179040d37d8e9e88c1bf7a51c5988ba6 (diff)
downloadaur-8203240eceed4f0ecc11d86b67dac20d4aac3e31.tar.gz
Add imagemagick to optional dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7825484177ea..835d14913187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nekofetch
pkgdesc = neofetch but with nekos
pkgver = 1.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/propruhh/nekofetch
arch = any
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = nekofetch
depends = jq
depends = jp2a
depends = neofetch
+ optdepends = imagemagick: support for kitty image backend
provides = nekofetch
source = https://github.com/propruhh/nekofetch/archive/v1.3.2.tar.gz
sha256sums = e5e82c03385948fb33376d8a453589ebd5a9f2c7856503fbdfd568da9375c4da
diff --git a/PKGBUILD b/PKGBUILD
index bdb7f6ef0696..13a0f48f7911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: BBaoVanC <bbaovanc@bbaovanc.com>
pkgname=nekofetch
pkgver=1.3.2
-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})
source=("https://github.com/propruhh/${pkgname}/archive/v${pkgver}.tar.gz")