summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2021-11-08 11:15:59 +0100
committerLinus Dierheimer2021-11-08 11:15:59 +0100
commitc2220ae5d7e015fb53faef3e5bf7c6d4bbc168c3 (patch)
treee0364f0f0dfb563684cc0b0a34f15d022e8c31de
parent44797d231e3f6df8c2cee33ded4fcec50f2837d3 (diff)
downloadaur-c2220ae5d7e015fb53faef3e5bf7c6d4bbc168c3.tar.gz
Replaced libsqlite3 with rpm-tools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afb442b90c36..abe8ef39e37a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastfetch-git
pkgdesc = Like neofetch, but much faster because written in c
- pkgver = r426.349e5b2
+ pkgver = r459.0048c1c
pkgrel = 1
url = https://github.com/LinusDierheimer/fastfetch
arch = any
@@ -11,8 +11,8 @@ pkgbase = fastfetch-git
makedepends = libxrandr
makedepends = dconf
makedepends = wayland
- makedepends = sqlite
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 +20,7 @@ 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 = sqlite: rpm package count
+ optdepends = rpm-tools: rpm package count
provides = fastfetch
provides = fastfetch-garuda
provides = flashfetch
diff --git a/PKGBUILD b/PKGBUILD
index 1f81f9554058..4365090e3188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
pkgname=fastfetch-git
-pkgver=r426.349e5b2
+pkgver=r459.0048c1c
pkgrel=1
pkgdesc="Like neofetch, but much faster because written in c"
arch=("any")
@@ -15,8 +15,8 @@ makedepends=(
"libxrandr" # Depends on libX11, which headers are also needed
"dconf" # Depends on glib2, which headers are also needed
"wayland"
- "sqlite"
"xfconf"
+ "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"
- "sqlite: rpm package count"
+ "rpm-tools: rpm package count"
)
_provides_and_conflicts=(
"fastfetch"