summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraleck2024-01-27 23:51:05 -0600
committeraleck2024-01-27 23:51:05 -0600
commit6f1dd343371a9d2e7572b6c2e5c96a23e139b09a (patch)
tree971fa92e45072ff8d25a0b3e2320ff2eb68762a0
parentcca8e4330310f1b1c29980aeed197296071432ef (diff)
downloadaur-6f1dd343371a9d2e7572b6c2e5c96a23e139b09a.tar.gz
commitmsg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8faafd141cc6..07c5242b1709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unittest-c
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. With macros and a built-in test runner, it's ideal for large test suites.
- pkgver = 1.2.0
- pkgrel = 6
+ pkgver = 1.3.0
+ pkgrel = 7
url = https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
arch = x86_64
license = MIT License
@@ -12,7 +12,7 @@ pkgbase = unittest-c
makedepends = coreutils
makedepends = trycatch-c
optdepends = valgrind
- source = unittest-c-1.2.0.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
+ source = unittest-c-1.3.0.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
md5sums = SKIP
pkgname = unittest-c
diff --git a/PKGBUILD b/PKGBUILD
index 317d35c2f2bb..36d67d88f5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@
# Move to the build directory
pkgname=unittest-c
-pkgver=1.2.0
-pkgrel=6
+pkgver=1.3.0
+pkgrel=7
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.