Date: Saturday, March 25, 2017 @ 15:38:55 Author: felixonmars Revision: 218956
upgpkg: haskell-data-accessor-template 0.2.1.13-3 rebuild with utility-ht,0.0.13 Modified: haskell-data-accessor-template/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-25 15:36:57 UTC (rev 218955) +++ PKGBUILD 2017-03-25 15:38:55 UTC (rev 218956) @@ -5,13 +5,13 @@ _hkgname=data-accessor-template pkgname=haskell-data-accessor-template pkgver=0.2.1.13 -pkgrel=2 +pkgrel=3 pkgdesc="Automate generation of Accessor's of the data-accessor package by Template Haskell functions." url="http://www.haskell.org/haskellwiki/Record_access" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-data-accessor" "haskell-utility-ht") -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=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958') build() {
