Skip to content

Commit

Permalink
Build release version on windows package.
Browse files Browse the repository at this point in the history
  • Loading branch information
codestation committed Nov 22, 2016
1 parent 0791559 commit d1c873a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildscripts/windows/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
_realname=qcma
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=v0.3.13.13.g5236770
pkgrel=1
pkgver=v0.4.0.1.g0791559
pkgrel=2
pkgdesc="Content Manager Assistant for the PS Vita"
arch=(any)
url="https://github.com/codestation/qcma"
Expand All @@ -25,7 +25,7 @@ build() {
[[ -d ${srcdir}/build-${MINGW_CHOST} ]] && rm -rf ${srcdir}/build-${MINGW_CHOST}_${opt}
mkdir -p ${srcdir}/build-${MINGW_CHOST}_${opt} && cd ${srcdir}/build-${MINGW_CHOST}_${opt}
lrelease ../qcma/qcma.pro
qmake ../qcma/qcma.pro CONFIG+=${opt}
qmake ../qcma/qcma.pro CONFIG+=${opt} CONFIG+=release
make
done
}
Expand Down

0 comments on commit d1c873a

Please sign in to comment.