summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-09-23 15:19:36 +0200
committerKlaus Alexander Seistrup2023-09-23 15:19:36 +0200
commit29443ec1dbe00b0cb750ead2c9c0d520e1f0a80b (patch)
tree929d8face70e444e388df4d7accf022af8d15ee5
parent955fac01e4a953ae1a14f1592816c423ad529e0e (diff)
downloadaur-29443ec1dbe00b0cb750ead2c9c0d520e1f0a80b.tar.gz
Add conflicts: fuc-static-musl-bin (scheduled for deletion)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241746dfa1b5..e695b9cb758c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fuc-bin
pkgdesc = Fast Unix Commands: Modern, performance focused unix commands (pre-compiled)
pkgver = 1.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SUPERCILEX/fuc
arch = aarch64
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = fuc-bin
conflicts = cpz
conflicts = fuc
conflicts = rmz
+ conflicts = fuc-static-musl-bin
replaces = fuc-static-musl-bin
noextract = cpz-x86_64-1.1.8
noextract = rmz-x86_64-1.1.8
diff --git a/PKGBUILD b/PKGBUILD
index b88b1d317d1a..81859a89d521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='fuc-bin'
pkgver=1.1.8
-pkgrel=1
+pkgrel=2
pkgdesc='Fast Unix Commands: Modern, performance focused unix commands (pre-compiled)'
arch=('aarch64' 'x86_64')
url='https://github.com/SUPERCILEX/fuc'
license=('Apache')
provides=('cpz' 'fuc' 'rmz')
-conflicts=('cpz' 'fuc' 'rmz')
+conflicts=('cpz' 'fuc' 'rmz' 'fuc-static-musl-bin')
replaces=('fuc-static-musl-bin')
source_aarch64=(
"cpz-aarch64-$pkgver::$url/releases/download/$pkgver/cpz-$CARCH-unknown-linux-gnu"