summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Verri2017-03-14 10:42:36 -0300
committerFilipe Verri2017-03-14 10:42:36 -0300
commitd1119768cc1578a7ac6023095d9fbfa9cf702b87 (patch)
treed3b99d5a19af7a6fefd0b6bf5436e49452aaeb88
parent7d82446a57452035af921d8afa359aa4cc2c908f (diff)
downloadaur-d1119768cc1578a7ac6023095d9fbfa9cf702b87.tar.gz
Using new Range TS specification.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00286bb999a..5fd700bd5aee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = jules-git
pkgdesc = Statistical computing library that aims to provide R-like experience in modern C++
- pkgver = 0.3.r0.g6c392aa
- pkgrel = 1
+ pkgver = 0.3.r1.gc3f9c0a
+ pkgrel = 2
url = https://verri.github.io/jules/
arch = any
license = ZLIB
makedepends = git
- depends = debug_assert-git
- depends = range-v3-git
+ depends = debug_assert-git>=1.2
+ depends = range-v3-git>=r1258
optdepends = cblas: BLAS optimized functions support
provides = jules
conflicts = jules
diff --git a/PKGBUILD b/PKGBUILD
index bf6c2de26c0c..48a04f42da4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Filipe Verri <filipeverri@gmail.com>
pkgname=jules-git
-pkgver=0.3.r0.g6c392aa
-pkgrel=1
+pkgver=0.3.r1.gc3f9c0a
+pkgrel=2
pkgdesc="Statistical computing library that aims to provide R-like experience in modern C++"
arch=('any')
url="https://verri.github.io/jules/"
license=('ZLIB')
-depends=('debug_assert-git' 'range-v3-git')
+depends=('debug_assert-git>=1.2' 'range-v3-git>=r1258')
optdepends=('cblas: BLAS optimized functions support')
makedepends=('git')
provides=("${pkgname%-git}")