summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e26fc3d4e3f..6a4b6c057265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dlangide-git
pkgdesc = D language IDE based on DlangUI
- pkgver = r556.3bc212e
+ pkgver = r601.3b869a2
pkgrel = 1
url = https://github.com/buggins/dlangide
arch = i686
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() {