[arch-commits] Commit in haskell-highlighting-kate/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Mar 18 05:50:28 UTC 2016


    Date: Friday, March 18, 2016 @ 06:50:28
  Author: fyan
Revision: 167208

upgpkg: haskell-highlighting-kate 0.6.2-1

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-highlighting-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-18 05:48:58 UTC (rev 167207)
+++ PKGBUILD	2016-03-18 05:50:28 UTC (rev 167208)
@@ -4,17 +4,17 @@
 
 _hkgname=highlighting-kate
 pkgname=haskell-highlighting-kate
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="Syntax highlighting"
 url="http://github.com/jgm/highlighting-kate"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-mtl" "haskell-parsec" "haskell-regex-pcre-builtin" "haskell-utf8-string")
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-mtl" "haskell-parsec" "haskell-pcre-light" "haskell-utf8-string")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('cb57caf861bda046043575772ffc7fd4cd21dd63a0ecdf26b624c7e930e0f30e')
+sha256sums=('728f10ccba6dfa1604398ae527520d2debeef870472fe104c2bf0714c513b411')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -22,7 +22,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-pcre-light -f-executable
+            -fpcre-light -f-executable
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list