summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortiziodcaio2023-09-13 14:34:55 +0200
committertiziodcaio2023-09-13 14:34:55 +0200
commite3176eb50039646231ed01691c95fca770c178e9 (patch)
treed0bccb27422969572d9e845806eb5367852707bd
parent7c317953cf9e046eebfc0495a00191edcb95953a (diff)
downloadaur-e3176eb50039646231ed01691c95fca770c178e9.tar.gz
Remove replace(bun-bin)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53dd26431746..c5dceeec92fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bun
pkgdesc = Bun is a fast JavaScript all-in-one toolkit. This PKGBUILD builds from source, resulting into a minor binary depending on your CPU.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/oven-sh/bun
arch = x86_64
license = GPL
@@ -24,7 +24,6 @@ pkgbase = bun
makedepends = ruby
provides = bun
conflicts = bun
- replaces = bun-bin
source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.0.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c1e37dac82da..edd70ad2bcf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniele Basso <youremail@domain.com>
pkgname=bun
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Bun is a fast JavaScript all-in-one toolkit. This PKGBUILD builds from source, resulting into a minor binary depending on your CPU."
arch=(x86_64)
url="https://github.com/oven-sh/bun"
@@ -11,7 +11,6 @@ makedepends=(
)
provides=(bun)
conflicts=(bun)
-replaces=(bun-bin)
source=(git+$url.git#tag=bun-v$pkgver)
#https://patch-diff.githubusercontent.com/raw/oven-sh/bun/pull/4998.diff
#https://patch-diff.githubusercontent.com/raw/oven-sh/bun/pull/4315.diff)