summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXDR2024-02-08 21:23:03 -0500
committerXDR2024-02-08 21:23:03 -0500
commit7d0a1f863b8e16b54186f13f66f142bc94ec4b17 (patch)
tree72fd99e028e5c8a7866492c31045ca3887d2e0f2
parenta39a89b8589e4b98629544b2c741aa3c1312528e (diff)
downloadaur-7d0a1f863b8e16b54186f13f66f142bc94ec4b17.tar.gz
3.0 update, remove Provides section & remove xfetch-rs-git in Conflicts
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 507a9b3c4189..f0f7c9b2a5ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = xfetch-bin
- pkgdesc = The world's simplest fetch written in Rust.
- pkgver = 2.0.0
+ pkgdesc = A simple fetch written in Rust.
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/XandrCopyrighted/xFetch/
arch = any
license = MIT
- provides = xfetch
- conflicts = xfetch-rs-git
conflicts = xfetch
- source = https://github.com/XandrCopyrighted/xFetch/releases/download/2.0.0/xfetch.tar.gz
+ source = https://github.com/XandrCopyrighted/xFetch/releases/download/3.0/xfetch
source = https://github.com/XandrCopyrighted/xFetch/blob/main/LICENSE
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b44c71c03816..ad25e73d90a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname="xfetch-bin"
pkgver=2.0.0
pkgrel=1
-pkgdesc="The world's simplest fetch written in Rust."
+pkgdesc="A simple fetch written in Rust."
arch=('any')
url="https://github.com/XandrCopyrighted/xFetch/"
license=('MIT')
source=(
- "https://github.com/XandrCopyrighted/xFetch/releases/download/2.0.0/xfetch.tar.gz"
+ "https://github.com/XandrCopyrighted/xFetch/releases/download/3.0/xfetch"
"https://raw.githubusercontent.com/XandrCopyrighted/xFetch/main/LICENSE"
)
sha256sums=(
@@ -19,8 +19,7 @@ sha256sums=(
depends=()
makedepends=()
-provides=("xfetch")
-conflicts=('xfetch-rs-git' 'xfetch')
+conflicts=("xfetch")
package() {
cd "$srcdir/"