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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 17:12:13 UTC 2017


    Date: Monday, January 2, 2017 @ 17:12:12
  Author: felixonmars
Revision: 204306

upgpkg: haskell-scientific 0.3.4.9-2

rebuild with hashable-1.2.5.0

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 17:10:02 UTC (rev 204305)
+++ PKGBUILD	2017-01-02 17:12:12 UTC (rev 204306)
@@ -5,13 +5,13 @@
 _hkgname=scientific
 pkgname=haskell-scientific
 pkgver=0.3.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" "haskell-vector")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('108330662b0af9a04d7da55864211ce12008efe36614d897ba635e80670918a8')
 
 build() {



More information about the arch-commits mailing list