summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1295648f3a04..6794bf9f1e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: XDR <xxdr@duck.com>
pkgname="xfetch-bin"
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="A simple fetch written in Rust."
-arch=('any')
+arch=('x86_64')
url="https://gitlab.com/XDRwastaken/xFetch"
license=('MIT')
source=(
- "https://gitlab.com/XDRwastaken/archived/-/raw/main/xFetch/xfetch_2.1.2.tar.gz"
+ "https://gitlab.com/XDRwastaken/archived/-/raw/main/xFetch/xfetch_2.1.3.tar.gz"
"https://gitlab.com/XDRwastaken/xFetch/-/raw/main/LICENSE"
)
sha256sums=(
- 'SKIP'
+ 'ddcbc869a5570fbd1160140e9a44f6c81061d2c009910064a98ee94814ca144f'
'SKIP'
)