summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2021-05-24 09:38:48 -0700
committerThatOneCalculator2021-05-24 09:38:48 -0700
commit5996d120fd88bc645795f4b70e65db7470eb6abb (patch)
treef7f2c89d28de07c40a72bc117e3b401e2dd815e9
parentdaa0a63cf8c2ced118434b1553e71ad791d462d8 (diff)
downloadaur-5996d120fd88bc645795f4b70e65db7470eb6abb.tar.gz
v4.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 759f1f56664f..d5cd3ab7118f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nerdfetch
pkgdesc = A POSIX fetch using NerdFonts
- pkgver = 4
+ pkgver = 4.1
pkgrel = 1
url = https://github.com/ThatOneCalculator/NerdFetch
arch = any
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."