summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ea42dcc29e..f6f82f433218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pandoc-sile-git
pkgdesc = Conversion between markup formats (sile fork, static build)
pkgver = 2.13.r8.g030ca91
- pkgrel = 1
+ pkgrel = 2
url = https://pandoc.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 82c65eabea7e..94d93470dba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=pandoc
pkgname=$_pkgname-sile-git
_pkgver=2.13
pkgver=2.13.r8.g030ca91
-pkgrel=1
+pkgrel=2
pkgdesc='Conversion between markup formats (sile fork, static build)'
url='https://pandoc.org'
license=('GPL')
@@ -40,6 +40,8 @@ build() {
--install-ghc \
--ghc-options='-fdiagnostics-color=always' \
--flag 'pandoc:embed_data_files' \
+ --flag 'hslua:system-lua' \
+ --flag 'hslua:pkg-config' \
--fast
}