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

Thomas Dziedzic td123 at nymeria.archlinux.org
Sat Apr 12 16:49:16 UTC 2014


    Date: Saturday, April 12, 2014 @ 18:49:16
  Author: td123
Revision: 210233

upgpkg: haskell-text 1.1.0.1-1

rebuild with cfgf

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-12 16:49:07 UTC (rev 210232)
+++ PKGBUILD	2014-04-12 16:49:16 UTC (rev 210233)
@@ -2,17 +2,17 @@
 
 _hkgname=text
 pkgname=haskell-text
-pkgver=0.11.2.3
-pkgrel=3
+pkgver=1.1.0.1
+pkgrel=1
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
-options=('staticlibs')
-md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+md5sums=('e8e1017ed0f0fef2a872569d8f31883e')
 
 build() {
   cd ${_hkgname}-${pkgver}




More information about the arch-commits mailing list