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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 20:06:15 UTC 2017


    Date: Monday, January 2, 2017 @ 20:06:14
  Author: felixonmars
Revision: 204424

upgpkg: haskell-uuid 1.3.13-2

rebuild with hashable-1.2.5.0

Modified:
  haskell-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 20:04:50 UTC (rev 204423)
+++ PKGBUILD	2017-01-02 20:06:14 UTC (rev 204424)
@@ -5,14 +5,13 @@
 _hkgname=uuid
 pkgname=haskell-uuid
 pkgver=1.3.13
-pkgrel=1
+pkgrel=2
 pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers"
 url="https://github.com/aslatter/uuid"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-cryptohash-md5" "haskell-cryptohash-sha1" "haskell-entropy"
-         "haskell-memory" "haskell-network-info" "haskell-random" "haskell-text"
-         "haskell-uuid-types")
+         "haskell-network-info" "haskell-random" "haskell-text" "haskell-uuid-types")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027')
 



More information about the arch-commits mailing list