Skip to content

Commit

Permalink
qjackctl: update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 29, 2024
1 parent 1c69ac0 commit 78610e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-qjackctl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=qjackctl
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.0.1
pkgver=1.0.2
pkgrel=1
pkgdesc='A Qt front-end for the JACK low-latency audio server (mingw-w64)'
arch=('any')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-ninja"
"${MINGW_PACKAGE_PREFIX}-qt6-tools")
source=("https://downloads.sourceforge.net/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b955b00e72272da027f8fffa02822529d6d993b3c4782a764cda9c4c2f27c13d')
sha256sums=('0c67eec8fa428b10ff7401402a5cf37fc5e27fa6b64087eb77dba385b6c9f017')

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

0 comments on commit 78610e7

Please sign in to comment.