summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-03-27 18:13:00 +0000
committerKonstantin Gizdov2019-03-27 18:13:00 +0000
commit710c122326edd0faa38bd212109dd243f5115303 (patch)
tree7200a55c3055932662207654031023ac55bf96a4
parent6bf16a5f82f300c14bb167ad466af00983bcb110 (diff)
downloadaur-710c122326edd0faa38bd212109dd243f5115303.tar.gz
better build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 057816d6c9cc..07f49cc17d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = simpletools
pkgdesc = Handy command line tools for ntuple manipulation and analysis.
pkgver = 2.0v.e574cc8
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/cofitzpa/simpletools
arch = i686
arch = x86_64
license = GPL2
makedepends = boost
+ makedepends = cmake
+ makedepends = git
makedepends = root
depends = boost
depends = root
diff --git a/PKGBUILD b/PKGBUILD
index eb7f82a2650e..aa5c90855049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=simpletools
pkgver=2.0v.e574cc8
_commit=e574cc8
-pkgrel=5
+pkgrel=6
pkgdesc="Handy command line tools for ntuple manipulation and analysis."
arch=('i686' 'x86_64')
url="https://github.com/cofitzpa/simpletools"
license=('GPL2')
provides=('simpletools')
-makedepends=('boost' 'root')
+makedepends=('boost' 'cmake' 'git' 'root')
depends=('boost' 'root')
source=("${pkgname}::git+https://github.com/cofitzpa/simpletools#commit=${_commit}"
'settings.cmake')