summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Printzell2017-07-25 00:32:12 +0200
committerDan Printzell2017-07-25 00:32:12 +0200
commit802235a6385ed3eaad13805b5199a9a572c66835 (patch)
tree65e8e91a20072e72f2621d5699300aa1258ca6ae /PKGBUILD
parent7379c2830f3ad621ac31149d96f6a1ace7365308 (diff)
downloadaur-802235a6385ed3eaad13805b5199a9a572c66835.tar.gz
workspace-d doesn't have any submodules
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12554937d00b..bb8a4fad619d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('workspace-d')
pkgver=2.11.0
-pkgrel=2
+pkgrel=3
pkgdesc="Wraps dcd, dfmt and dscanner to one unified environment managed by dub"
arch=('i686' 'x86_64')
url="https://github.com/Pure-D/workspace-d"
@@ -10,8 +10,6 @@ license=("MIT")
groups=('dlang')
makedepends=('dmd' 'git' 'dub')
depends=('libphobos' 'dub' 'dcd' 'dfmt' 'dscanner')
-provides=('workspace-d')
-conflicts=('workspace-d')
source=(
"git+https://github.com/Pure-D/workspace-d#tag=v${pkgver}"
@@ -22,7 +20,6 @@ sha256sums=(
prepare() {
cd "$srcdir/workspace-d"
- git submodule update --init --recursive
dub upgrade
}