Skip to content

Commit e140ae9

Browse files
committed
libpst: move to mingw xmlto
and update to fix some new compiler errors
1 parent d43ddb6 commit e140ae9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

mingw-w64-libpst/PKGBUILD

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=libpst
44
pkgbase="mingw-w64-${_realname}"
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=0.6.76.r78.g0dfabdc
6+
pkgver=0.6.76.r79.gcc600ee
77
pkgrel=1
88
pkgdesc="Outlook .pst file converter (mingw-w64)"
99
url="https://github.com/pst-format/libpst"
@@ -22,17 +22,16 @@ depends=(
2222
makedepends=(
2323
"${MINGW_PACKAGE_PREFIX}-autotools"
2424
"${MINGW_PACKAGE_PREFIX}-cc"
25+
"${MINGW_PACKAGE_PREFIX}-xmlto"
2526
"${MINGW_PACKAGE_PREFIX}-docbook-xsl"
2627
"${MINGW_PACKAGE_PREFIX}-doxygen"
2728
"${MINGW_PACKAGE_PREFIX}-graphviz"
2829
"autoconf-archive"
29-
"xmlto"
30-
"docbook-xsl"
3130
"git"
3231
)
33-
_commit="0dfabdc07bf31da628aa3d67138ad44d98583d1f"
32+
_commit="cc600ee98c4ed23b8ab0bc2cf6b6c6e9cb587e89"
3433
source=("git+https://github.com/pst-format/libpst#commit=${_commit}")
35-
sha256sums=('SKIP')
34+
sha256sums=('dd61c6b7555fb112181037c775bfbb4da16bc566d2e75ad36cef8c74a401d928')
3635

3736
pkgver() {
3837
cd "${_realname}"

0 commit comments

Comments
 (0)