Skip to content

Commit

Permalink
libspelling: Update to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 17, 2024
1 parent 4f6be8a commit 7ce861d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-libspelling/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=libspelling
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.2.1
pkgver=0.4.0
pkgrel=1
pkgdesc="A GNOME library for spellchecking (mingw-w64)"
arch=('any')
Expand All @@ -25,7 +25,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-vala"
)
source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz")
sha256sums=('7a787b467bd493f6baffb44138dbc4bef78aaab60efb76a7db88b243bf0f6343')
sha256sums=('00c63970d708a0ef3bcba40e708a06d7030114cb9f210c74583ffad56d36e3dd')

build() {
mkdir -p ${srcdir}/build-${MSYSTEM} && cd ${srcdir}/build-${MSYSTEM}
Expand All @@ -37,6 +37,7 @@ build() {
-Ddocs=false \
-Dvapi=true \
-Denchant=enabled \
-Dsysprof=false \
"../${_realname}-${pkgver}"

${MINGW_PREFIX}/bin/meson.exe compile
Expand Down

0 comments on commit 7ce861d

Please sign in to comment.