summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0830f1f874e0..4be336f0c39c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Heorhi Valakhanovich <valahanovich@tut.by>
pkgname=('dlangide-git')
-pkgver=r556.3bc212e
+pkgver=r601.3b869a2
pkgrel=1
pkgdesc="D language IDE based on DlangUI "
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ pkgver() {
build() {
cd $srcdir/dlangide
- dub build
+ dub build --build=release
}
package() {