summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLackOfDream2017-01-28 21:43:01 +0900
committerLackOfDream2017-01-28 21:43:21 +0900
commit29e063cfefc2e41106e010fd8ffb4630e0cc4bf4 (patch)
tree2b36cdcdbc3ba398f2082de347d899827b439ceb
parent91b8ea7a53608f32d05bda6830e23249553d05da (diff)
downloadaur-29e063cfefc2e41106e010fd8ffb4630e0cc4bf4.tar.gz
update boost dependency
-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')