summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-06-11 22:31:18 +0200
committerNicolas Iooss2017-06-11 22:31:18 +0200
commit6bc8490819af9dc93aeedaf7124dffbad9917073 (patch)
tree558ebf87b85ce201f079b5eaea5099aafa713286
parent43da1f9cf2dc5f19ed34828c79fe4f8a6c47702b (diff)
downloadaur-6bc8490819af9dc93aeedaf7124dffbad9917073.tar.gz
Fix /usr/include/CUnit/CUnit.h symlink
cunit uses an uppercase U for its header file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38695a4bea3..c58f68c88321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bcunit-cunit-compat
pkgdesc = Headers and libraries which allow building with BCUnit Cunit-based projects
pkgver = 3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/BelledonneCommunications/bcunit
arch = any
license = LGPL2
depends = bcunit
- provides = cunit=3.0-2
+ provides = cunit=3.0-3
conflicts = cunit
pkgname = bcunit-cunit-compat
diff --git a/PKGBUILD b/PKGBUILD
index 849e53b94de7..789a636657d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=bcunit-cunit-compat
pkgver=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Headers and libraries which allow building with BCUnit Cunit-based projects"
arch=('any')
url='https://github.com/BelledonneCommunications/bcunit'
@@ -27,7 +27,7 @@ package() {
ln -s ../BCUnit/Util.h "${pkgdir}/usr/include/CUnit/Util.h"
# Provide CUnit.h too
- ln -s ../BCUnit/BCUnit.h "${pkgdir}/usr/include/CUnit/Cunit.h"
+ ln -s ../BCUnit/BCUnit.h "${pkgdir}/usr/include/CUnit/CUnit.h"
# Make linking with "-lcunit" use BCUnit library
mkdir -p "${pkgdir}/usr/lib"