summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXDR2024-02-10 21:28:58 -0500
committerXDR2024-02-10 21:28:58 -0500
commit2d5404ac6bb02f1780b8fe55e804308caceb0b63 (patch)
tree485a1c4eda2572ae6b9ca7f163eb7342e2025181
parent892e5ccc0816568472579d5541be5a8c86e8599d (diff)
downloadaur-2d5404ac6bb02f1780b8fe55e804308caceb0b63.tar.gz
coreutils is no longer a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af9d57ed417..e533e126092c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = xfetch-bin
pkgdesc = A simple fetch written in Rust.
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/XandrCopyrighted/xFetch/
arch = any
license = MIT
conflicts = xfetch
- depends = coreutils
- source = https://github.com/XandrCopyrighted/xFetch/releases/download/3.3/xfetch.tar.gz
+ source = https://github.com/XandrCopyrighted/xFetch/releases/download/3.4/xfetch.tar.gz
source = https://github.com/XandrCopyrighted/xFetch/blob/main/LICENSE
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 97992e8ef1cf..3e643e478098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: XandrCopyrighted (or xxandr, XDR) <xxandrr@proton.me>
pkgname="xfetch-bin"
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="A simple fetch written in Rust."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/XandrCopyrighted/xFetch/"
license=('MIT')
source=(
- "https://github.com/XandrCopyrighted/xFetch/releases/download/3.3/xfetch.tar.gz"
+ "https://github.com/XandrCopyrighted/xFetch/releases/download/3.4/xfetch.tar.gz"
"https://raw.githubusercontent.com/XandrCopyrighted/xFetch/main/LICENSE"
)
sha256sums=(
@@ -17,7 +17,7 @@ sha256sums=(
'SKIP'
)
-depends=("coreutils")
+depends=()
makedepends=()
conflicts=("xfetch")