summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 373abe167b14..fc21f06123f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,10 @@ pkgdesc="Fast-ODP (Old-Driver-Protocol) command line tool, C++ implementation"
arch=('i686' 'x86_64')
url="https://github.com/lackofdream/fastdriver"
license=('Apache')
-depends=(crypto++)
+depends=('crypto++')
makedepends=('git' 'cmake') # 'bzr', 'git', 'mercurial' or 'subversion'
-provides=("fastdriver")
-options=("!buildflags")
+provides=('fastdriver')
+options=('!buildflags' 'staticlibs')
source=('git+https://github.com/lackofdream/fastdriver.git')
md5sums=('SKIP')