[arch-commits] Commit in haskell-skylighting-core/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Oct 26 16:37:00 UTC 2020


    Date: Monday, October 26, 2020 @ 16:36:59
  Author: felixonmars
Revision: 733980

upgpkg: haskell-skylighting-core 0.10-1: rebuild with pandoc-types 1.22, pandoc 2.11, citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 16:26:08 UTC (rev 733979)
+++ PKGBUILD	2020-10-26 16:36:59 UTC (rev 733980)
@@ -2,8 +2,8 @@
 
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
-pkgver=0.8.5
-pkgrel=64
+pkgver=0.10
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting"
 license=('BSD')
@@ -10,13 +10,12 @@
 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-regex-pcre' 'haskell-safe'
-         'haskell-utf8-string')
+         'haskell-colour' 'haskell-hxt' 'haskell-safe' 'haskell-utf8-string')
 makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 'haskell-quickcheck'
              'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ad411d7e0fd72adeb4cdbf6fc57d6191c51d9319b25c8d41ad35a66f885d518a842846cd7cf5ce35bdc31da74e0f9d97445f492628a4b5a2bceb85642aa23257')
+sha512sums=('186926d41e8705887b62d8631bd63875ba5cd46864d13c3af5d8f81328cf4c7b0601f45da2b761cc0ece83d0d2c17e0853456d8864aa93ed69c79931e92d2507')
 
 build() {
     cd $_hkgname-$pkgver
@@ -24,7 +23,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 \
-            -fexecutable -fsystem-pcre
+            -fexecutable
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list