Date: Thursday, December 22, 2016 @ 15:15:00 Author: felixonmars Revision: 201068
upgpkg: haskell-binary-tagged 0.1.4.2-2 rebuild with aeson-1.0.2.1 Modified: haskell-binary-tagged/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 15:13:01 UTC (rev 201067) +++ PKGBUILD 2016-12-22 15:15:00 UTC (rev 201068) @@ -5,7 +5,7 @@ _hkgname=binary-tagged pkgname=haskell-binary-tagged pkgver=0.1.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Tagged binary serialisation." url="https://github.com/phadej/binary-tagged#readme" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-aeson" "haskell-base16-bytestring" "haskell-generics-sop" "haskell-hashable" "haskell-scientific" "haskell-semigroups" "haskell-sha" "haskell-tagged" "haskell-text" "haskell-unordered-containers" "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=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784') prepare() {
