Skip to content

Commit

Permalink
addpatch: pixi 0.17.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Mar 22, 2024
1 parent fa22c00 commit 9e63537
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pixi/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- PKGBUILD
+++ PKGBUILD
@@ -10,14 +10,17 @@ url="https://github.com/prefix-dev/pixi"
license=('BSD-3-Clause')
depends=('gcc-libs' 'openssl' 'bzip2')
makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('c5c83670eff78297efd238e544e7d1046aa79dc27accb94512bdfa0fc128378da293f6023ce476a15f38fc975b9c2140c8b814f07ee557b846e42bd0ab5ee14a')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+ "test-add-linux-riscv64.patch::https://github.com/prefix-dev/pixi/pull/1045.diff")
+sha512sums=('c5c83670eff78297efd238e544e7d1046aa79dc27accb94512bdfa0fc128378da293f6023ce476a15f38fc975b9c2140c8b814f07ee557b846e42bd0ab5ee14a'
+ '9e72a21c229c2ea82930ca36865b7d7619d8ea88582a55f2c37d167e9a0c8d1bd7f451b94eaee0e7de2ea7332e0db89d8de5d42dcac9017a942b945343a74b37')
options=('!lto')

prepare() {
cd "$pkgname-$pkgver"
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
mkdir -p completions/
+ patch -Np1 -i ../test-add-linux-riscv64.patch
}

build() {

0 comments on commit 9e63537

Please sign in to comment.