Skip to content

Commit

Permalink
qdia: update to 0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Dec 27, 2024
1 parent 80f9f1d commit ef1a8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-qdia/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=qdia
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.43
pkgver=0.44
pkgrel=1
pkgdesc='Simple schematic/diagram editor (mingw-w64)'
arch=('any')
Expand All @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-ninja"
"${MINGW_PACKAGE_PREFIX}-qt6-tools")
source=("${url}/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3c8a7b8001f44d1745abd263120a60c236c9ca7d7d01437c7c74e99cfdb4a47c')
sha256sums=('cd68649cd99b73e7f1970f9d383efb751652e00296e0bd7395c2d1abfbfcf544')

build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"
Expand Down

0 comments on commit ef1a8f3

Please sign in to comment.