summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaurent Zhu2019-06-28 14:54:15 +0200
committerLaurent Zhu2019-06-28 14:54:15 +0200
commit77ac4d92e9b554813552e5b5419672d79a77d8ae (patch)
tree1c3aeed3e9c4c564981da66a6c049189964959ae /PKGBUILD
parent7b9aa0bf93682d6950e1f513a2a1f3346cbf8446 (diff)
downloadaur-havm-git.tar.gz
Add ghc-static dependency and update to 0.28
Signed-off-by: Laurent Zhu <laurent.zhu@epita.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a90ecccafaa..075026f45231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Kevin Houdebert <kevin@qwazerty.eu>
+# Maintainer: Laurent Zhu <laurent.zhu@epita.fr>
+# Contributor: Kevin Houdebert <kevin@qwazerty.eu>
_pkgname=havm
pkgname=${_pkgname}-git
-pkgver=0.27
+pkgver=0.28
pkgrel=1
pkgdesc='HAVM is a Tree intermediate language interpreter.'
url='https://www.lrde.epita.fr/wiki/Havm'
arch=('x86_64' 'i686')
license=('GPL3')
-makedepends=('git' 'ghc')
+makedepends=('git' 'ghc' 'ghc-static')
depends=('libffi' 'gmp')
provides=("$_pkgname")
conflicts=("$_pkgname")