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

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


    Date: Saturday, April 12, 2014 @ 18:48:38
  Author: td123
Revision: 210231

upgpkg: haskell-random 1.0.1.1-6

rebuild with cfgf

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-12 16:48:28 UTC (rev 210230)
+++ PKGBUILD	2014-04-12 16:48:38 UTC (rev 210231)
@@ -3,15 +3,15 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.0.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="random number library"
 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=('9a249cfa7ff6793cbf2be06e9fcd7538')
 
 build() {




More information about the arch-commits mailing list