summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOhio22020-11-12 12:37:49 +0100
committerOhio22020-11-12 12:37:49 +0100
commit2b8d5a9418af3641df2c06c1db0b7f7c379a16dd (patch)
treef8f7f89ba73d07f49c99542155fa2e1eb9b83cba
parent33421196cc17cc3fe69922e07cbb6ec98c070faf (diff)
downloadaur-2b8d5a9418af3641df2c06c1db0b7f7c379a16dd.tar.gz
yay
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12c4e6312f14..8d0c27ec3b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ohio2 <sekmartyna4@gmail.com>
# (forked from)Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoakanter@gmail.com>
pkgname="nerdfetch-ohio2"
-pkgver=4
-pkgrel=3
+pkgver=r184.1b2448b
+pkgrel=1
pkgdesc="A POSIX fetch using NerdFonts"
arch=('any')
optdepends=('bc: memory percent')
url="https://github.com/Ohio2/NerdFetch-Ohio2"
license=('GPL')
-makedepends=('git''gzip')
+makedepends=('git' 'gzip')
source=("git+https://github.com/Ohio2/NerdFetch")
noextract=()
md5sums=('SKIP')
@@ -24,6 +24,6 @@ prepare() {
package() {
install -Dm755 "$srcdir"/NerdFetch/"Arch and Arch-based"/nerdfetch "$pkgdir"/usr/bin/nerdfetch-ohio2
- cp doc /usr/local/man/man1/nerdfetch-ohio2.1
- gzip /usr/local/man/man1/nerdfetch-ohio2.1
+ sudo cp "$srcdir"/NerdFetch/doc /usr/local/man/man1/nerdfetch-ohio2.1
+ sudo gzip /usr/local/man/man1/nerdfetch-ohio2.1
}