summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralecksandr2023-09-29 18:53:43 -0600
committeralecksandr2023-09-29 18:53:43 -0600
commitcca8e4330310f1b1c29980aeed197296071432ef (patch)
tree9fec560b1b5f43e87a271d165ccccc5558b7e9ed /PKGBUILD
parentd5ba16db4171011eb341df36fffb93d7c103074c (diff)
downloadaur-cca8e4330310f1b1c29980aeed197296071432ef.tar.gz
commitmsg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06012b935bed..317d35c2f2bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@
# Move to the build directory
pkgname=unittest-c
-pkgver=1.1.2
-pkgrel=5
+pkgver=1.2.0
+pkgrel=6
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.