summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralecksandr2023-05-23 18:12:18 -0600
committeralecksandr2023-05-23 18:12:18 -0600
commitfaf15f97e82bfd315eae81a9b0591f1238e0e896 (patch)
tree328ba52c0802424622fb96673c28a7c49732b5f9
parent695369ef4c987c4ca8490af7438ab21f1e02b6a0 (diff)
downloadaur-faf15f97e82bfd315eae81a9b0591f1238e0e896.tar.gz
commitmsg
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8891cc0301af..df9a08aac331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.1.0
- pkgrel = 1
- url = https://github.com/alecksandr26/unittest-c
+ pkgrel = 2
+ url = https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.0.tar.gz
arch = x86_64
license = MIT License
makedepends = gcc
@@ -12,7 +12,7 @@ pkgbase = unittest-c
makedepends = coreutils
makedepends = c-exceptions
optdepends = valgrind
- source = git+https://github.com/alecksandr26/unittest-c
+ source = unittest-c-1.1.0.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.0.tar.gz
md5sums = SKIP
pkgname = unittest-c