summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-08-10 16:47:30 -0400
committerAndrew Sun2020-08-10 16:47:30 -0400
commit34331d0aa209b60834287c86e2167fc9ed013613 (patch)
tree7df99b9213cd88db7a11dcd513dec7a029314dc4 /PKGBUILD
parent6a67d36732cf47c892b9819b7f66693c2b64240f (diff)
downloadaur-lib32-check.tar.gz
0.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 921218a95dc8..febb0aea3a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=check
pkgname="lib32-$_basename"
-pkgver=0.15.1
+pkgver=0.15.2
pkgrel=1
pkgdesc="A unit testing framework for C (32-bit)"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://libcheck.github.io/check/"
license=('LGPL')
depends=('lib32-glibc' "${_basename}")
makedepends=('git' 'gcc-multilib' 'lib32-gcc-libs')
-_commit=9843d4811d30e8c99d79f325ad2063805f77f4ea # tags/0.15.1
+_commit=11970a7e112dfe243a2e68773f014687df2900e8 # tags/0.15.2
source=("git+https://github.com/libcheck/check#commit=$_commit")
md5sums=('SKIP')