bcunit: update to 5.2.0

This commit is contained in:
Mehdi Chinoune
2022-12-30 18:10:54 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 637a4c5107
commit 830cd16fdf

View File

@@ -3,7 +3,7 @@
_realname=bcunit
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=3.0.2
pkgver=5.2.0
pkgrel=1
pkgdesc="Lightweight system for writing, administering, and running unit tests in C (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/BelledonneCommunications/bcunit"
license=('LGPL2')
makedepends=('autogen' "${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${pkgver}.tar.gz")
sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
sha256sums=('67b9186c42bd91d076b33063a33837dbb11a753eb35ad7ed8db8d65cdf88ef83')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"