summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBezierQuadratic2022-05-26 09:35:34 +0200
committerBezierQuadratic2022-05-26 09:35:34 +0200
commit8ec3010e881ded20abce1265098464fb3c3702ec (patch)
tree57cd7e0e462638b9f0eb31d8d55149642ee20628
parent900e2bc4394ec65e3b5c7375d64be053dbb913d3 (diff)
downloadaur-8ec3010e881ded20abce1265098464fb3c3702ec.tar.gz
Added optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db68278fa082..88d9434a14bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = nyaash
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
pkgdesc = Shell script CLI shell script to query nyaa instances.
md5sums = fffa30b9d71aa0edecd09a6a82e1bf47
url = https://notabug.org/BezierQuadratic/nyaash
license = GPL
arch = any
depends = lynx
+ optdepends = 'noto-fonts-cjk: chinese, japanese, and korean characters'
source = https://notabug.org/BezierQuadratic/nyaash/archive/1.1.0.tar.gz
pkgname = nyaash
diff --git a/PKGBUILD b/PKGBUILD
index d30c7da3345a..354a7e92c0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname="nyaash"
pkgver="1.1.0"
-pkgrel="2"
+pkgrel="3"
pkgdesc="Shell script CLI shell script to query nyaa instances."
arch=('any')
depends=('lynx')
+optdepends=('noto-fonts-cjk: chinese, japanese, and korean characters')
license=('GPL')
url="https://notabug.org/BezierQuadratic/nyaash"
source=("https://notabug.org/BezierQuadratic/nyaash/archive/$pkgver.tar.gz")