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

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


    Date: Saturday, April 12, 2014 @ 18:50:45
  Author: td123
Revision: 210237

upgpkg: haskell-zlib 0.5.4.1-2

rebuild with cfgf

Modified:
  haskell-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-12 16:50:36 UTC (rev 210236)
+++ PKGBUILD	2014-04-12 16:50:45 UTC (rev 210237)
@@ -3,15 +3,15 @@
 _hkgname=zlib
 pkgname=haskell-zlib
 pkgver=0.5.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'zlib')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'zlib')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
-options=('staticlibs')
 md5sums=('d0d10786d2bbd1d401a8b28a83e88475')
 
 build() {




More information about the arch-commits mailing list