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 e359504
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'
+ 'f76d2caefaf7e0d7b13de54dc27b620143dd2a3537c5cef7c01abcdbb000b2d5ac8f2125bc469e8f003f03f0bb899f9ad6dc3d10965c79cf71216210c3e1792f')
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 e359504

Please sign in to comment.