Skip to content

Commit

Permalink
docs: Fix list of replaced and conflicting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed Dec 22, 2024
1 parent 3eaf828 commit 881a275
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions blocksds-docs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ license=("complex")
depends=()
sha256sums=('SKIP')
options=('!strip')
replaces=(thirdparty-blocksds-docs)
conflicts=(thirdparty-blocksds-docs)
replaces=(
thirdparty-blocksds-docs
thirdparty-blocksds-git-docs
)
conflicts=(
thirdparty-blocksds-docs
thirdparty-blocksds-git-docs
)

package() {
replaces=(blocksds-docs blocksds-git-docs)

cd "sdk-$pkgver"

mkdir -p "$pkgdir$WF_DESTDIR"/thirdparty/blocksds/core
Expand Down

0 comments on commit 881a275

Please sign in to comment.