summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-12-18 18:01:06 +0100
committerFabioLolix2022-12-18 18:01:06 +0100
commit4a2b825742ca66b8a4febfad308a90b2245f9c63 (patch)
tree004075d2fce7fd53b2c8b15f4307d4f5a445188f
parentdc2d091772f6bbd7f2e65876f32317e783469862 (diff)
downloadaur-4a2b825742ca66b8a4febfad308a90b2245f9c63.tar.gz
revision
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf11dc1891c5..8854473a09e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = nfetch-git
pkgdesc = A minimal linux fetch utility written in nim
pkgver = 2.r19.g2655d63
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Infinitybeond1/nfetch-src
arch = x86_64
license = GPL3
makedepends = nim
- makedepends = nimble
makedepends = git
provides = nfetch
conflicts = nfetch
diff --git a/PKGBUILD b/PKGBUILD
index f56655745043..4179eb2670a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=nfetch-git
pkgdesc="A minimal linux fetch utility written in nim"
pkgver=2.r19.g2655d63
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url="https://github.com/Infinitybeond1/nfetch-src"
license=(GPL3)
-makedepends=(nim nimble git)
+makedepends=(nim git)
provides=(nfetch)
conflicts=(nfetch)
source=("git+https://github.com/Infinitybeond1/nfetch-src.git")