[arch-commits] Commit in check/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jan 28 19:21:15 UTC 2020


    Date: Tuesday, January 28, 2020 @ 19:21:15
  Author: heftig
Revision: 374217

0.14.0-1

Modified:
  check/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-28 19:21:06 UTC (rev 374216)
+++ PKGBUILD	2020-01-28 19:21:15 UTC (rev 374217)
@@ -4,15 +4,14 @@
 
 pkgbase=check
 pkgname=(check check-docs)
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="A unit testing framework for C"
 url="https://libcheck.github.io/check/"
 arch=(x86_64)
 license=(LGPL)
-depends=(awk)
-makedepends=(git texlive-bin texi2html doxygen)
-_commit=90d03f3fe002c33224432753ebfa21ebb5c32238  # tags/0.13.0
+makedepends=(git texlive-bin texi2html doxygen awk)
+_commit=d86594e5b29d50ddbd6276ab2d2cf5c278f7656c  # tags/0.14.0
 source=("git+https://github.com/libcheck/check#commit=$_commit")
 md5sums=('SKIP')
 
@@ -39,7 +38,9 @@
 }
 
 package_check() {
-  optdepends+=('check-docs: Documentation')
+  depends=(awk)
+  optdepends=('check-docs: Documentation')
+  provides=(libcheck.so)
 
   cd check
   make DESTDIR="$pkgdir" install
@@ -49,7 +50,6 @@
 
 package_check-docs() {
   pkgdesc+=" (documentation)"
-  depends=()
 
   cp -a check/doc/doxygen/html doc/check/doxygen
   cp -a check/doc/check_html   doc/check/manual



More information about the arch-commits mailing list