[arch-commits] Commit in haskell-utf8-string/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Dec 10 07:19:46 UTC 2015


    Date: Thursday, December 10, 2015 @ 08:19:45
  Author: fyan
Revision: 152147

prepare 1.0.1.1 PKGBUILD for next ghc rebuild

Modified:
  haskell-utf8-string/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 06:59:59 UTC (rev 152146)
+++ PKGBUILD	2015-12-10 07:19:45 UTC (rev 152147)
@@ -2,10 +2,11 @@
 # Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 # Package generated by cabal2arch 0.7.6
+
 _hkgname=utf8-string
 pkgname=haskell-utf8-string
-pkgver=1
-pkgrel=3
+pkgver=1.0.1.1
+pkgrel=0
 pkgdesc="Support for reading and writing UTF8 Strings"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -14,7 +15,7 @@
 install=${pkgname}.install
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 options=('staticlibs')
-md5sums=('ba089498bf478266ce25d21eb00236aa')
+md5sums=('fe24e26bd4b09731af66ef27b18b5177')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}



More information about the arch-commits mailing list