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

Felix Yan felixonmars at archlinux.org
Tue Aug 15 17:20:49 UTC 2017


    Date: Tuesday, August 15, 2017 @ 17:20:49
  Author: felixonmars
Revision: 251112

upgpkg: haskell-puremd5 2.1.3-5

remove unneeded dependency

Modified:
  haskell-puremd5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 17:19:21 UTC (rev 251111)
+++ PKGBUILD	2017-08-15 17:20:49 UTC (rev 251112)
@@ -5,12 +5,12 @@
 _hkgname=pureMD5
 pkgname=haskell-puremd5 
 pkgver=2.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
 url="https://hackage.haskell.org/package/pureMD5"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc-libs' 'haskell-cereal' 'haskell-async' 'haskell-crypto-api' 'haskell-tagged')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-crypto-api' 'haskell-tagged')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 md5sums=('450f112dabf7fdae0c23a666db9d4201')



More information about the arch-commits mailing list