summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Printzell2017-07-25 00:32:12 +0200
committerDan Printzell2017-07-25 00:32:12 +0200
commit802235a6385ed3eaad13805b5199a9a572c66835 (patch)
tree65e8e91a20072e72f2621d5699300aa1258ca6ae
parent7379c2830f3ad621ac31149d96f6a1ace7365308 (diff)
downloadaur-802235a6385ed3eaad13805b5199a9a572c66835.tar.gz
workspace-d doesn't have any submodules
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04946cc9bb32..f66911b8e8a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 02:10:47 UTC 2017
+# Mon Jul 24 22:30:56 UTC 2017
pkgbase = workspace-d
pkgdesc = Wraps dcd, dfmt and dscanner to one unified environment managed by dub
pkgver = 2.11.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Pure-D/workspace-d
arch = i686
arch = x86_64
@@ -17,8 +17,6 @@ pkgbase = workspace-d
depends = dcd
depends = dfmt
depends = dscanner
- provides = workspace-d
- conflicts = workspace-d
source = git+https://github.com/Pure-D/workspace-d#tag=v2.11.0
sha256sums = SKIP
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
}