Date: Sunday, December 25, 2016 @ 23:31:28 Author: felixonmars Revision: 202446
upgpkg: haskell-vector-instances 3.3.1-26 rebuild with unordered-containers-0.2.7.2 Modified: haskell-vector-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 23:28:50 UTC (rev 202445) +++ PKGBUILD 2016-12-25 23:31:28 UTC (rev 202446) @@ -5,7 +5,7 @@ _hkgname=vector-instances pkgname=haskell-vector-instances pkgver=3.3.1 -pkgrel=25 +pkgrel=26 pkgdesc="Orphan Instances for \'Data.Vector\'" url="http://github.com/ekmett/vector-instances" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-comonad" "haskell-keys" "haskell-pointed" "haskell-semigroupoids" "haskell-semigroups" "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=('68c7f154fe4ad53e29433e150c8718b0e74b4cf4c45a79af89940fff83868c59') build() {
