summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2024-04-09 22:33:14 +0100
committerSam2024-04-09 22:33:14 +0100
commit72b116bc350cb5e71805504acdccafd8ba0ca604 (patch)
tree0c4ede3fdc9e5d9fab4378060a66a4e6fdc312f3
parent06a6bdbc97ac280d9dca0a5bb8e4e8690e3bf9a0 (diff)
downloadaur-72b116bc350cb5e71805504acdccafd8ba0ca604.tar.gz
add mesa-utils and pciutils as optional dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e5fd3676c3..847eaf6a00a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = crab-fetch
pkgdesc = A highly configurable command-line fetch tool thats also performant.
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LivacoNew/CrabFetch
arch = x86_64
license = Apache-2.0
makedepends = rustup
depends = glibc
depends = gcc-libs
+ optdepends = mesa-utils
+ optdepends = pciutils
provides = crabfetch
conflicts = crabfetch
source = https://github.com/LivacoNew/CrabFetch/archive/refs/tags/v0.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c650905cd2fe..e44728cfaeec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Livaco <livaco@livaco.dev>
pkgname=crab-fetch
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A highly configurable command-line fetch tool thats also performant."
arch=('x86_64')
url="https://github.com/LivacoNew/CrabFetch"
license=('Apache-2.0')
depends=("glibc" "gcc-libs")
+optdepends=("mesa-utils" "pciutils")
makedepends=("rustup")
provides=("crabfetch")
conflicts=("crabfetch")