summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Pierre Cimalando2021-03-09 07:39:16 +0100
committerJean Pierre Cimalando2021-03-09 07:39:16 +0100
commitdafb060319ea156fd6a03e7a3f50fac92aee7747 (patch)
tree4fdccdce0c24c0e22143384b2119087cac5d596b /PKGBUILD
parent80911a10ac367c77ef888769254d9b9f7c906a75 (diff)
downloadaur-dafb060319ea156fd6a03e7a3f50fac92aee7747.tar.gz
Updated to v3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e65800d56108..95267dcc2026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Printzell <me@vild.io>
pkgname=('workspace-d')
-pkgver=3.3.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Wraps dcd, dfmt and dscanner to one unified environment managed by dub"
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ prepare() {
build() {
cd "$srcdir/workspace-d"
- dub build
+ dub build --build=release
}
package() {