[arch-commits] Commit in haskell-skylighting/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 24 15:33:09 UTC 2019
Date: Sunday, November 24, 2019 @ 15:33:09
Author: felixonmars
Revision: 533060
upgpkg: haskell-skylighting 0.8.2.3-1
rebuild with skylighting 0.8.2.3, skylighting-core 0.8.2.3
Modified:
haskell-skylighting/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-24 15:31:59 UTC (rev 533059)
+++ PKGBUILD 2019-11-24 15:33:09 UTC (rev 533060)
@@ -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 @@
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
More information about the arch-commits
mailing list