summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef895db41cb8..74b417ca4cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fastdriver-git
pkgdesc = Fast-ODP (Old-Driver-Protocol) command line tool, C++ implementation
pkgver = v0.2.beta
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lackofdream/fastdriver
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = fastdriver-git
makedepends = git
makedepends = cmake
depends = crypto++
+ depends = boost
provides = fastdriver
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 4d068e6859cb..4e19ab72416d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
# Maintainer: Ning Humbert <galaxy0419@gmail.com>
pkgname=fastdriver-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=v0.2.beta
-pkgrel=1
+pkgrel=2
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++' 'boost')
makedepends=('git' 'cmake') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=('fastdriver')
options=('!buildflags' 'staticlibs')