Skip to content

Commit

Permalink
starship: apply another libz-ng-sys update
Browse files Browse the repository at this point in the history
take 2. hope this will work at this time
  • Loading branch information
ognevny committed Jan 9, 2024
1 parent 8287f32 commit f812389
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mingw-w64-starship/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
optdepends=("${MINGW_PACKAGE_PREFIX}-ttf-font-nerd: Nerd Font Symbols preset")
options=('!strip' '!lto') # done at build stage
source=("https://github.com/starship/starship/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"https://github.com/starship/starship/pull/5690.patch")
"https://github.com/starship/starship/pull/5690.patch"
"https://github.com/starship/starship/pull/5694.patch")
sha256sums=('2b2fc84feb0197104982e8baf17952449375917da66b7a98b3e3fd0be63e5dba'
'2969b3fab871af21f351674d241c58d5821542e5a00a2bf24c249ee8fffd2d07')
'2969b3fab871af21f351674d241c58d5821542e5a00a2bf24c249ee8fffd2d07'
'48587e5219fe7616f99f788df22ef01cc07f3d45f81c1edd5c985ae3f8d9fb1d')
noextract=("${_realname}-${pkgver}.tar.gz")

prepare() {
Expand All @@ -27,6 +29,8 @@ prepare() {

# https://github.com/starship/starship/pull/5690
patch -Np1 -i "${srcdir}/5690.patch"
# https://github.com/starship/starship/pull/5694
patch -Np1 -i "${srcdir}/5694.patch"

cargo fetch --locked
}
Expand Down

0 comments on commit f812389

Please sign in to comment.