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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 15:39:57 UTC 2016


    Date: Sunday, December 25, 2016 @ 15:39:57
  Author: felixonmars
Revision: 201861

upgpkg: haskell-vault 0.3.0.6-6

rebuild with unordered-containers-0.2.7.2

Modified:
  haskell-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 15:37:40 UTC (rev 201860)
+++ PKGBUILD	2016-12-25 15:39:57 UTC (rev 201861)
@@ -5,13 +5,13 @@
 _hkgname=vault
 pkgname=haskell-vault
 pkgver=0.3.0.6
-pkgrel=5
+pkgrel=6
 pkgdesc="A persistent store for values of arbitrary types"
 url="https://github.com/HeinrichApfelmus/vault"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-unordered-containers")
-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=('0b433de60fa3d20e93dce6013293e18089fb3233c34211ffa3f860408866ef48')
 
 build() {



More information about the arch-commits mailing list