summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-08-08 22:14:43 +0200
committerMichal Wojdyla2024-08-08 22:14:43 +0200
commit6ea8db2be60e2a0c49fa3567ba69470eccdbf09c (patch)
treeba90fad6eb1f3fcaa500ac0adf74b35419bd2ba0
parent847be63a33a3a25a1cea6008342fc24d606ccdfd (diff)
downloadaur-6ea8db2be60e2a0c49fa3567ba69470eccdbf09c.tar.gz
fix namcap errors
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3cea9c44abe..9c0fa166b0e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = nfetch-git
pkgdesc = Minimal Linux fetch utility written in nim
pkgver = 2.r19.g2655d63
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Infinitybeond1/nfetch-src
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = nimble
+ depends = gcc-libs
depends = glibc
provides = nfetch
conflicts = nfetch
diff --git a/PKGBUILD b/PKGBUILD
index 59387d79c0a0..de959c273f5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Fabio 'Lolix' Loli <lolix@disroot.org>
# Contributor: Luke <Infinitybeond1@protonmail.com>
@@ -6,11 +6,11 @@ pkgname=nfetch-git
_pkg="${pkgname%-git}"
pkgdesc="Minimal Linux fetch utility written in nim"
pkgver=2.r19.g2655d63
-pkgrel=4
+pkgrel=5
arch=('x86_64')
url="https://github.com/Infinitybeond1/nfetch-src"
-license=('GPL3')
-depends=('glibc')
+license=('GPL-3.0-only')
+depends=('gcc-libs' 'glibc')
makedepends=('git' 'nimble')
provides=("$_pkg")
conflicts=("$_pkg")