Skip to content

Commit

Permalink
Almost to be released
Browse files Browse the repository at this point in the history
  • Loading branch information
alecksandr26 committed May 30, 2024
1 parent b1536ea commit e56d5fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

# Move to the build directory
pkgname=unittest-c
pkgver=1.3.2
pkgrel=9
pkgver=1.3.3
pkgrel=10
epoch=
pkgdesc="unittest c is a fast and simple macro-based unit testing framework for C.
It's inspired by the Python unittest module and designed to reduce boilerplate code.
Expand All @@ -23,7 +23,7 @@ arch=('x86_64')
url="https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz"
license=('MIT License')
depends=()
makedepends=(gcc git make binutils coreutils trycatch-c)
makedepends=(gcc git make binutils coreutils except-c)
optdepends=(valgrind)
source=("$pkgname-$pkgver.tar.gz::$url")
md5sums=('SKIP')
Expand Down
1 change: 0 additions & 1 deletion example/simple_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <malloc.h>
#include <string.h>


TESTCASE(MyTestCase1) {
TEST(TestSqrt2) {
double x = sqrt(2.0);
Expand Down

0 comments on commit e56d5fe

Please sign in to comment.