mpfr: Fix versioning

This commit is contained in:
Alexey Pavlov
2016-03-24 14:47:52 +03:00
parent a7db3a4592
commit 0c86b53dfd

View File

@@ -5,8 +5,11 @@ pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
_pkgver=3.1.4
_patchlevel=
pkgver=${_pkgver}.${_patchlevel}
pkgrel=2
pkgver=${_pkgver}
if [ -n "${_patchlevel}" ]; then
pkgver+=.${_patchlevel}
fi
pkgrel=3
pkgdesc="Multiple-precision floating-point library (mingw-w64)"
arch=('any')
license=('LGPL')