Skip to content

Commit

Permalink
starship: update to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Jan 8, 2024
1 parent 5b42fb1 commit 5c94368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-starship/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=starship
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.17.0
pkgver=1.17.1
pkgrel=1
pkgdesc="The cross-shell prompt for astronauts (mingw-w64)"
arch=('any')
Expand All @@ -16,13 +16,13 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
optdepends=("${MINGW_PACKAGE_PREFIX}-ttf-font-nerd: Nerd Font Symbols preset")
options=('staticlibs' 'strip')
source=("https://github.com/starship/starship/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('24b6c17b5d948e04149bf35bfc42889ec60168c2a158ae6f90589cd993099ba5')
sha256sums=('2b2fc84feb0197104982e8baf17952449375917da66b7a98b3e3fd0be63e5dba')
noextract=("${_realname}-${pkgver}.tar.gz")

prepare() {
tar -xzf "${srcdir}"/${_realname}-${pkgver}.tar.gz -C ${srcdir} || true
cd "${srcdir}/${_realname}-${pkgver}"

cargo fetch --locked
}

Expand Down

0 comments on commit 5c94368

Please sign in to comment.