summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinus Dierheimer2021-11-08 11:15:59 +0100
committerLinus Dierheimer2021-11-08 11:15:59 +0100
commitc2220ae5d7e015fb53faef3e5bf7c6d4bbc168c3 (patch)
treee0364f0f0dfb563684cc0b0a34f15d022e8c31de /PKGBUILD
parent44797d231e3f6df8c2cee33ded4fcec50f2837d3 (diff)
downloadaur-c2220ae5d7e015fb53faef3e5bf7c6d4bbc168c3.tar.gz
Replaced libsqlite3 with rpm-tools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"