summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2021-11-08 18:12:02 +0100
committerLinus Dierheimer2021-11-08 18:12:02 +0100
commit32143ef4c3c07a221e55b0cbf76d3aae31a4c244 (patch)
treed94af1379340755bbc59c1f639e725e98c2aa0e7
parentc2220ae5d7e015fb53faef3e5bf7c6d4bbc168c3 (diff)
downloadaur-32143ef4c3c07a221e55b0cbf76d3aae31a4c244.tar.gz
Removed rpm from dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abe8ef39e37a..3e5ec30d73f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = r459.0048c1c
+ pkgver = r460.0c7a415
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = any
@@ -12,7 +12,6 @@ pkgbase = fastfetch-git
makedepends = dconf
makedepends = wayland
makedepends = xfconf
- makedepends = rpm-tools
optdepends = pciutils: GPU output
optdepends = libx11: Basic resolution output
optdepends = libxrandr: Multi monitor and refresh rate support for resolution output
@@ -20,7 +19,6 @@ pkgbase = fastfetch-git
optdepends = glib2: Output for values that are only stored in GSettings
optdepends = dconf: Output for values that are only stored in DConf
optdepends = xfconf: XFWM theme + xfce-terminal font
- optdepends = rpm-tools: rpm package count
provides = fastfetch
provides = fastfetch-garuda
provides = flashfetch
diff --git a/PKGBUILD b/PKGBUILD
index 4365090e3188..843e13efeb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=r459.0048c1c
+pkgver=r460.0c7a415
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("any")
@@ -16,7 +16,7 @@ makedepends=(
"dconf" # Depends on glib2, which headers are also needed
"wayland"
"xfconf"
- "rpm-tools"
+ # "rpm-tools"
)
optdepends=(
"pciutils: GPU output"
@@ -26,7 +26,7 @@ optdepends=(
"glib2: Output for values that are only stored in GSettings"
"dconf: Output for values that are only stored in DConf"
"xfconf: XFWM theme + xfce-terminal font"
- "rpm-tools: rpm package count"
+ # "rpm-tools: rpm package count"
)
_provides_and_conflicts=(
"fastfetch"