summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfelixonmars <felixonmars@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 15:33:09 +0000
committerfelixonmars <felixonmars@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 15:33:09 +0000
commit80e43c9649d9c6b0801e7633261a40a02b72151e (patch)
tree8cf8eeaecd8c4cc0619539283240421c04b721d5
parent8a64afa467f479d4b3cd47ee93dc39f9252547dd (diff)
upgpkg: haskell-skylighting 0.8.2.3-1
rebuild with skylighting 0.8.2.3, skylighting-core 0.8.2.3 git-svn-id: file:///srv/repos/svn-community/svn@533060 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--haskell-skylighting/trunk/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/haskell-skylighting/trunk/PKGBUILD b/haskell-skylighting/trunk/PKGBUILD
index e9f8c604f40..8f0ea5c58ff 100644
--- a/haskell-skylighting/trunk/PKGBUILD
+++ b/haskell-skylighting/trunk/PKGBUILD
@@ -2,19 +2,16 @@
_hkgname=skylighting
pkgname=haskell-skylighting
-pkgver=0.8.2
-pkgrel=19
+pkgver=0.8.2.3
+pkgrel=1
pkgdesc="Syntax highlighting library"
url="https://github.com/jgm/skylighting"
license=('GPL2')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-attoparsec'
- 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-case-insensitive'
- 'haskell-colour' 'haskell-hxt' 'haskell-pretty-show' 'haskell-regex-pcre'
- 'haskell-safe' 'haskell-skylighting-core' 'haskell-utf8-string')
+depends=('ghc-libs' 'haskell-skylighting-core')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3d1f5fe5189b702b9b692b9c63cf0a59e3072841d904f44d08fbc55c27f713150cc19e2764f7c8619316563d2a6ec2b0dec23a6a970e2fe48700a3f900091614')
+sha512sums=('53aefc987900526eab1b5122ccc7236e81beb016fe96a4b1dfa4981ccf690b35e8fc0fe635e637e987de5366e6f7f6105db811820245329d3fda43550cbfe837')
build() {
cd $_hkgname-$pkgver
@@ -22,7 +19,7 @@ build() {
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
- -fsystem-pcre -fexecutable
+ -f-executable
runhaskell Setup build
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script