summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraleck2024-01-28 17:29:42 -0600
committeraleck2024-01-28 17:29:42 -0600
commitdb1527aabb7f32082b76a48afb428f3f116f7052 (patch)
tree5e691b86df3d60ceb609e287ee054477c5c09d2b /PKGBUILD
parent6f1dd343371a9d2e7572b6c2e5c96a23e139b09a (diff)
downloadaur-unittest-c.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 36d67d88f5b0..6d5135fd0be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@
# Move to the build directory
pkgname=unittest-c
-pkgver=1.3.0
-pkgrel=7
+pkgver=1.3.1
+pkgrel=8
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.