diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-09-01 12:07:46 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-09-01 12:07:46 +0900 |
commit | e40a4b0faa3dbb77adc4338c5fede6564ed61f08 (patch) | |
tree | 00fa8b09536383fa056bfbfbcbe1ccfe19aa13c5 /check | |
parent | 7257864376ffc1dd094efa44250b8779e12ad522 (diff) | |
download | opt-e40a4b0faa3dbb77adc4338c5fede6564ed61f08.tar.gz opt-e40a4b0faa3dbb77adc4338c5fede6564ed61f08.tar.xz |
check: 0.9.14 -> 0.10.0, updated man path
Diffstat (limited to 'check')
-rw-r--r-- | check/.footprint | 6 | ||||
-rw-r--r-- | check/.md5sum | 2 | ||||
-rw-r--r-- | check/Pkgfile | 7 |
3 files changed, 7 insertions, 8 deletions
diff --git a/check/.footprint b/check/.footprint index 6a5a10b0e..2b58ebb27 100644 --- a/check/.footprint +++ b/check/.footprint @@ -12,9 +12,9 @@ lrwxrwxrwx root/root usr/lib/libcheck.so.0 -> libcheck.so.0.0.0 -rwxr-xr-x root/root usr/lib/libcheck.so.0.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/check.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/checkmk.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/check.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/checkmk.1.gz diff --git a/check/.md5sum b/check/.md5sum index 12dd0ff18..73ace1071 100644 --- a/check/.md5sum +++ b/check/.md5sum @@ -1 +1 @@ -38263d115d784c17aa3b959ce94be8b8 check-0.9.14.tar.gz +53c5e5c77d090e103a17f3ed7fd7d8b8 check-0.10.0.tar.gz diff --git a/check/Pkgfile b/check/Pkgfile index 49215694d..d937adf0a 100644 --- a/check/Pkgfile +++ b/check/Pkgfile @@ -4,15 +4,14 @@ # Depends on: name=check -version=0.9.14 +version=0.10.0 release=1 -source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) +source=(https://github.com/libcheck/check/releases/download/$version/$name-$version.tar.gz) build () { cd $name-$version ./configure \ - --prefix=/usr \ - --mandir=/usr/man + --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share/{doc,info} |