summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Verhagen2019-01-24 07:38:13 +0100
committerBart Verhagen2019-01-24 07:38:13 +0100
commitb131625de8ae8620bc8fb877db9c13d61e93ac70 (patch)
treeb022864278060871d42a2351b61abff8e73c5a64
parentb90c9d9de00ce61c63461e6dec9b6e901f802b80 (diff)
downloadaur-b131625de8ae8620bc8fb877db9c13d61e93ac70.tar.gz
Fix: Usr: Fixed license and improved make and optional dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef043d1688d..2f6806893fcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,8 @@ pkgbase = rapidcheck
url = https://github.com/emil-e/rapidcheck
changelog = rapidcheck.changelog
arch = any
- license = BSD2
+ license = BSD
+ makedepends = cmake
optdepends = catch2
optdepends = google-test
optdepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 3ae5fb9fe9a5..4e460a2a51a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ epoch=983
pkgdesc="QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible."
arch=('any')
url="https://github.com/emil-e/rapidcheck"
-license=('BSD2')
+license=('BSD')
groups=()
depends=()
-makedepends=()
+makedepends=(cmake)
checkdepends=()
optdepends=(catch2 google-test boost)
provides=('rapidcheck=0.0.0')