* update bcunit to 5.3.69-1

This commit is contained in:
Alexander Baldeck 2024-10-17 22:35:09 +02:00
parent 6674aa83a0
commit aff14b3bd7
2 changed files with 23 additions and 5 deletions

18
bcunit/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = bcunit
pkgdesc = Lightweight system for writing, administering, and running unit tests in C
pkgver = 5.3.69
pkgrel = 1
url = https://gitlab.linphone.org/BC/public/bcunit
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL
makedepends = cmake
makedepends = git
depends = glibc
source = git+https://gitlab.linphone.org/BC/public/bcunit.git#commit=bd57ee7f2e29b5418bfa4a428639d42ce608d15e
sha256sums = SKIP
pkgname = bcunit

View File

@ -4,12 +4,12 @@
# Contributor: Danibspi danibspi <at> gmail <dot> com
pkgname=bcunit
pkgver=3.0.2+12+g3c720fb
_commit=3c720fbf67dd3c02b0c7011ed4036982b2c93532
pkgrel=2
pkgver=5.3.69
_commit=bd57ee7f2e29b5418bfa4a428639d42ce608d15e
pkgrel=1
pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
arch=(x86_64 powerpc64le powerpc riscv64)
url="https://github.com/BelledonneCommunications/bcunit"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://gitlab.linphone.org/BC/public/bcunit"
license=(LGPL)
depends=(glibc)
makedepends=(cmake git)