summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-06 15:31:50 +0800
committerChocobo12023-04-06 15:31:50 +0800
commitaffd4a4f10340929d28bfb01d0dffc7c0d4fa184 (patch)
treebec6608540b8f40a79c78d14d2c43403f201fb58 /PKGBUILD
parent4917a96eda9853250ea958f40ad9e81b5d0824ef (diff)
downloadaur-check-git.tar.gz
upgpkg: check-git 0.15.2.r52.g455005d-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97eda2a9326b..3ec0aa4e10f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=check-git
-pkgver=0.12.0.r5.gf9b5853
+pkgver=0.15.2.r52.g455005d
pkgrel=1
pkgdesc="A unit testing framework for C"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://libcheck.github.io/check/"
license=('LGPL')
depends=('glibc' 'gawk')
makedepends=('git')
-provides=('check')
+provides=("check=$pkgver")
conflicts=('check')
options=('staticlibs')
source=("git+https://github.com/libcheck/check.git")
@@ -26,7 +26,8 @@ build() {
cd "check"
autoreconf -fi
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}