summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2018-04-22 20:28:50 +0000
committerVladimir Panteleev2018-04-22 20:28:50 +0000
commit820b312d4dea2edb6adb96ea7e0d984ae7a231ca (patch)
treea505460a65546c54eff5f771b423ff8a3788ce32
parent08dcad2ec35d2c920f88984fce99ca81258c2513 (diff)
downloadaur-820b312d4dea2edb6adb96ea7e0d984ae7a231ca.tar.gz
Add makedepends=bash-completion
Packaging fails without it.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a36601e05b46..1943255695ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ldc-git
pkgdesc = A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2
pkgver = v1.9.0.beta1
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://github.com/ldc-developers/ldc
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = ldc-git
makedepends = cmake
makedepends = llvm
makedepends = dmd
+ makedepends = bash-completion
source = git+https://github.com/ldc-developers/ldc.git
source = git+https://github.com/ldc-developers/druntime.git
source = git+https://github.com/ldc-developers/phobos.git
diff --git a/PKGBUILD b/PKGBUILD
index 7364e7d9ea70..06695fc88591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ _pkgname=ldc
pkgname=("${_pkgname}-git" 'liblphobos-git')
groups=('dlang' 'dlang-ldc')
pkgver=v1.9.0.beta1
-epoch=1
+epoch=2
pkgrel=1
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
url="https://github.com/ldc-developers/ldc"
license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'dmd')
+makedepends=('git' 'cmake' 'llvm' 'dmd' 'bash-completion')
source=("git+https://github.com/ldc-developers/ldc.git"
"git+https://github.com/ldc-developers/druntime.git"