summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThatOneCalculator2021-05-24 09:38:48 -0700
committerThatOneCalculator2021-05-24 09:38:48 -0700
commit5996d120fd88bc645795f4b70e65db7470eb6abb (patch)
treef7f2c89d28de07c40a72bc117e3b401e2dd815e9 /PKGBUILD
parentdaa0a63cf8c2ced118434b1553e71ad791d462d8 (diff)
downloadaur-5996d120fd88bc645795f4b70e65db7470eb6abb.tar.gz
v4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a46b8c358da..598f27659409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoakanter@gmail.com>
pkgname="nerdfetch"
-pkgver=4
+pkgver=4.1
pkgrel=1
pkgdesc="A POSIX fetch using NerdFonts"
arch=('any')
@@ -12,6 +12,11 @@ source=("git+https://github.com/ThatOneCalculator/NerdFetch")
noextract=()
md5sums=('SKIP')
+# pkgver() {
+# cd NerdFetch
+# git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
+# }
+
prepare() {
if ! which dc &> /dev/null; then
echo "Looks like you don't have bc (or your path is wonky)! The program will work, but you won't get the memory percent."