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

Felix Yan fyan at archlinux.org
Sat Oct 10 08:02:35 UTC 2015


    Date: Saturday, October 10, 2015 @ 10:02:35
  Author: fyan
Revision: 143534

upgpkg: haskell-scientific 0.3.4.1-1

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-10 07:54:41 UTC (rev 143533)
+++ PKGBUILD	2015-10-10 08:02:35 UTC (rev 143534)
@@ -4,17 +4,17 @@
 
 _hkgname=scientific
 pkgname=haskell-scientific
-pkgver=0.3.3.8
-pkgrel=2
+pkgver=0.3.4.1
+pkgrel=1
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-hashable" "haskell-text")
+depends=("ghc=7.10.2" "haskell-hashable" "haskell-text" "haskell-vector")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('e30cde2a44a7beded15afd56606c562b76e457835e7de2942815f22bc74bce4c')
+sha256sums=('f330ee1d819ad82efb42028c806b2bb3d13aaf6a60267a36764d4bb678a085f8')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list