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

Felix Yan fyan at archlinux.org
Sun Dec 13 13:55:46 UTC 2015


    Date: Sunday, December 13, 2015 @ 14:55:46
  Author: fyan
Revision: 153172

upgpkg: haskell-highlighting-kate 0.6.1-1

Modified:
  haskell-highlighting-kate/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-13 13:47:36 UTC (rev 153171)
+++ PKGBUILD	2015-12-13 13:55:46 UTC (rev 153172)
@@ -4,8 +4,8 @@
 
 _hkgname=highlighting-kate
 pkgname=haskell-highlighting-kate
-pkgver=0.6
-pkgrel=4
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="Syntax highlighting"
 url="http://github.com/jgm/highlighting-kate"
 license=("GPL")
@@ -14,7 +14,7 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('b39dc194386eb7613a5e9935023b1173010800c3a9b0b7fe09c0601f97236398')
+sha256sums=('cb57caf861bda046043575772ffc7fd4cd21dd63a0ecdf26b624c7e930e0f30e')
 
 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 -fsplitbase
+            -f-pcre-light -f-executable
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list