summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-01-27 08:29:46 -0500
committerAndrew Sun2020-01-27 08:29:46 -0500
commita06f4e92b2e3b22a18181f47b8ce3f2e42dc7fc3 (patch)
tree51fef18145c91d0c0129c58d1fdc1f932b3f110a
parentf04e02938531abdcd928ef31c3147f785e30945e (diff)
downloadaur-a06f4e92b2e3b22a18181f47b8ce3f2e42dc7fc3.tar.gz
0.14.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2595d7451728..3df2bee25456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-check
pkgdesc = A unit testing framework for C (32-bit)
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://libcheck.github.io/check/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lib32-check
makedepends = lib32-gcc-libs
depends = lib32-glibc
depends = check
- source = git+https://github.com/libcheck/check#commit=90d03f3fe002c33224432753ebfa21ebb5c32238
+ source = git+https://github.com/libcheck/check#commit=d86594e5b29d50ddbd6276ab2d2cf5c278f7656c
md5sums = SKIP
pkgname = lib32-check
diff --git a/PKGBUILD b/PKGBUILD
index ea61bb45966b..23ca5cfcb77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=check
pkgname="lib32-$_basename"
-pkgver=0.13.0
+pkgver=0.14.0
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=90d03f3fe002c33224432753ebfa21ebb5c32238 # tags/0.13.0
+_commit=d86594e5b29d50ddbd6276ab2d2cf5c278f7656c # tags/0.14.0
source=("git+https://github.com/libcheck/check#commit=$_commit")
md5sums=('SKIP')