File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33_realname=xournalpp
44pkgbase=mingw-w64-${_realname}
55pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} " )
6- pkgver=1.2.10
6+ pkgver=1.3.0
77pkgrel=1
88pkgdesc=' Handwriting notetaking software with PDF annotation support (mingw-w64)'
99arch=(' any' )
@@ -45,9 +45,10 @@ makedepends=(
4545 " ${MINGW_PACKAGE_PREFIX} -librsvg"
4646 " ${MINGW_PACKAGE_PREFIX} -ninja"
4747 " ${MINGW_PACKAGE_PREFIX} -pkgconf"
48+ " ${MINGW_PACKAGE_PREFIX} -qpdf"
4849)
4950source=(" https://github.com/xournalpp/xournalpp/archive/v${pkgver} /${_realname} -v${pkgver} .tar.gz" )
50- sha256sums=(' 92189df9239db719adc41227f8c808f6fbb83449227067d20ca78a2f015804a4 ' )
51+ sha256sums=(' fd80fb4935e82dcc01b8373569ffd0eda286df1d3ea45a46f36969bef5ee8933 ' )
5152
5253build () {
5354 declare -a extra_config
@@ -63,6 +64,7 @@ build() {
6364 -DCMAKE_INSTALL_PREFIX=" ${MINGW_PREFIX} " \
6465 " ${extra_config[@]} " \
6566 -DBUILD_SHARED_LIBS=ON \
67+ -DENABLE_CPPTRACE=OFF \
6668 -S " ${_realname} -${pkgver} " \
6769 -B " build-${MSYSTEM} "
6870
You can’t perform that action at this time.
0 commit comments