summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke2022-05-23 00:04:40 -0500
committerLuke2022-05-23 00:04:40 -0500
commiteb9fd9ec189f8f332a55e4c80368f27576c24b2a (patch)
treebe85ea5b3e9325d7f1b06fa674cd41b072a7a5f7
parent2dbfd11bd190d7e0ca7815f598124029e8b62c7d (diff)
downloadaur-eb9fd9ec189f8f332a55e4c80368f27576c24b2a.tar.gz
More config options
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1185d0b45f72..d7c3d4353310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nfetch-bin
pkgdesc = A minimal linux fetch utility written in nim
- pkgver = 2.10
+ pkgver = 2.50
pkgrel = 0
url = https://github.com/Infinitybeond1/nfetch-src
arch = x86_64
license = GPL3
makedepends = wget
- source = nfetch-2.10::https://github.com/Infinitybeond1/nfetch-src/raw/master/nfetch
- sha256sums = cc33041abc3ac7c35fa4537e3f74e4d5a218904307079c2127d0fbd0e4ef7e7f
+ source = nfetch-2.50::https://github.com/Infinitybeond1/nfetch-src/raw/master/nfetch
+ sha256sums = 6e462f96f707578a7ecc189cfef80d8f0bd432b24faf46bef32407d150987259
pkgname = nfetch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1510ca491e96..2dec4af6c289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='nfetch-bin'
pkgdesc="A minimal linux fetch utility written in nim"
-pkgver=2.10
+pkgver=2.50
pkgrel=0
arch=('x86_64')
url="https://github.com/Infinitybeond1/nfetch-src"
@@ -14,4 +14,4 @@ package() {
install -D "nfetch-$pkgver" "$pkgdir/usr/bin/nfetch"
}
-sha256sums=('cc33041abc3ac7c35fa4537e3f74e4d5a218904307079c2127d0fbd0e4ef7e7f')
+sha256sums=('6e462f96f707578a7ecc189cfef80d8f0bd432b24faf46bef32407d150987259 ')