summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2021-05-17 12:11:50 -0700
committerThatOneCalculator2021-05-17 12:11:50 -0700
commit4538cd13e64b5b34c95d2db3c6f96573c5c56361 (patch)
treef83120d2986fe2c43aa1811e9d6aa17cecf8707c
parent121ce6424543fc51c899b42c365aeda7d79de156 (diff)
downloadaur-4538cd13e64b5b34c95d2db3c6f96573c5c56361.tar.gz
bc mandatory
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7dd92574968..14bf9fdafce9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nerdfetch
pkgdesc = A POSIX fetch using NerdFonts
pkgver = 3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ThatOneCalculator/NerdFetch
arch = any
license = GPL
makedepends = git
- optdepends = bc: memory percent
+ depends = bc
source = git+https://github.com/ThatOneCalculator/NerdFetch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fe4b87b4cdd9..6b13d8f407af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoakanter@gmail.com>
pkgname="nerdfetch"
pkgver=3.1
-pkgrel=2
+pkgrel=3
pkgdesc="A POSIX fetch using NerdFonts"
arch=('any')
-optdepends=('bc: memory percent')
+depends=('bc')
url="https://github.com/ThatOneCalculator/NerdFetch"
license=('GPL')
makedepends=('git')