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 68da5810c58e..5240c1627302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-ide-engine-git
pkgdesc = The engine for haskell ide-integration. Not an IDE.
pkgver = r1101.7017233
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haskell/haskell-ide-engine
arch = i686
arch = x86_64
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() {