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 d044a90b71bb..9d0677a1e09b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=haskell-ide-engine
pkgname=${_pkgname}-git
pkgver=r1101.7017233
-pkgrel=1
+pkgrel=2
pkgdesc="The engine for haskell ide-integration. Not an IDE."
arch=('i686' 'x86_64')
url="https://github.com/haskell/haskell-ide-engine"
@@ -31,7 +31,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- stack build $_STACK_FLAGS
+ stack build
}
package() {