summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzfo2016-04-19 19:24:52 +0300
committerzfo2016-04-19 19:24:52 +0300
commit7e4669cc94956eeea806414fbd2ebbe2b7541965 (patch)
tree185b4c64bf01b932cce1e2ea4bfc63eea599202e
parentb088885b8d7fc3345692fa1e34c3f7ed35445764 (diff)
downloadaur-7e4669cc94956eeea806414fbd2ebbe2b7541965.tar.gz
optdepends to ldc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48a5e8b6a602..f0ea4dce5414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 15:20:32 UTC 2016
+# Tue Apr 19 16:24:33 UTC 2016
pkgbase = libmir
pkgdesc = Generic Numeric Library for the D Programming language
pkgver = 0.13.2
@@ -11,6 +11,7 @@ pkgbase = libmir
makedepends = git
depends = libphobos-devel
depends = dmd
+ optdepends = ldc: faster numeric operations
conflicts = libmir-git
source = git://github.com/DlangScience/mir.git#tag=v0.13.2
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0557d12a8795..f75923f7b357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/DlangScience/mir"
license=('BSL')
depends=('libphobos-devel' 'dmd')
makedepends=('git')
+optdepends=('ldc: faster numeric operations')
source=("git://github.com/DlangScience/$_gitname.git#tag=v$pkgver")
md5sums=('SKIP')
conflicts=('libmir-git')