summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXDR2024-02-18 14:59:37 -0500
committerXDR2024-02-18 14:59:37 -0500
commit532b8d3057407aa60a74384c27fc961b787165ae (patch)
tree310e3b5beb4f1630175975eba9d07fccfd33fc1e
parent2d5404ac6bb02f1780b8fe55e804308caceb0b63 (diff)
downloadaur-532b8d3057407aa60a74384c27fc961b787165ae.tar.gz
uptime update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e533e126092c..045f9f13c88e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = xfetch-bin
pkgdesc = A simple fetch written in Rust.
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/XandrCopyrighted/xFetch/
arch = any
license = MIT
conflicts = xfetch
- source = https://github.com/XandrCopyrighted/xFetch/releases/download/3.4/xfetch.tar.gz
+ source = https://github.com/XandrCopyrighted/xFetch/releases/download/3.5/xfetch.tar.gz
source = https://github.com/XandrCopyrighted/xFetch/blob/main/LICENSE
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e643e478098..d7d6b958d7be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: XandrCopyrighted (or xxandr, XDR) <xxandrr@proton.me>
pkgname="xfetch-bin"
-pkgver=3.4
+pkgver=3.5
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.4/xfetch.tar.gz"
+ "https://github.com/XandrCopyrighted/xFetch/releases/download/3.5/xfetch.tar.gz"
"https://raw.githubusercontent.com/XandrCopyrighted/xFetch/main/LICENSE"
)
sha256sums=(
@@ -17,8 +17,6 @@ sha256sums=(
'SKIP'
)
-depends=()
-makedepends=()
conflicts=("xfetch")
package() {