Skip to content

Commit

Permalink
sad: update to 0.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Feb 4, 2025
1 parent 3dd8819 commit c6ef3ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-sad/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=sad
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.4.31
pkgver=0.4.32
pkgrel=1
pkgdesc="Space Age seD (mingw-w64)"
arch=('any')
Expand All @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust" "${MINGW_PACKAGE_PREFIX}-python")
optdepends=("${MINGW_PACKAGE_PREFIX}-fzf: for tui usage"
"${MINGW_PACKAGE_PREFIX}-delta: for diff colourizer")
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c717e54798e21356340271e32e43de5b05ba064ae64edf639fede27b1ed15ceb')
sha256sums=('a67902b9edb287861668ee3e39482c17b41c60e244ece62b3f8016250286294f')

prepare() {
cd "${_realname}-${pkgver}"
Expand All @@ -29,7 +29,7 @@ build() {
}

check() {
cd "${srcdir}/${_realname}-${pkgver}"
cd "${_realname}-${pkgver}"

cargo test --release --frozen
}
Expand Down

0 comments on commit c6ef3ce

Please sign in to comment.