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

Sergej Pupykin spupykin at archlinux.org
Mon Mar 30 11:20:47 UTC 2015


    Date: Monday, March 30, 2015 @ 13:20:47
  Author: spupykin
Revision: 130254

upgpkg: haskell-entropy 0.3.6-1

upd

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-30 11:20:43 UTC (rev 130253)
+++ PKGBUILD	2015-03-30 11:20:47 UTC (rev 130254)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel Nagy <danielnagy at gmx de>
 
 pkgname=haskell-entropy
-pkgver=0.3.4.1
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="A platform independent method to obtain cryptographically strong entropy"
 url="http://hackage.haskell.org/package/entropy"
@@ -10,11 +10,11 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc' 'haskell-bytestring' )
+depends=('ghc')
 options=('strip' 'staticlibs')
 install=${pkgname}.install
 source=(http://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-md5sums=('4b408253d7ebd7792df909b621020de0')
+md5sums=('690b98c330ae8da7bf62f350a16f251a')
 
 build() {
     cd ${srcdir}/entropy-${pkgver}



More information about the arch-commits mailing list