Date: Friday, February 10, 2017 @ 15:12:24 Author: felixonmars Revision: 211751
upgpkg: haskell-hjsmin 0.2.0.2-4 rebuild with optparse-applicative,0.13.1.0 Modified: haskell-hjsmin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-10 15:10:41 UTC (rev 211750) +++ PKGBUILD 2017-02-10 15:12:24 UTC (rev 211751) @@ -5,7 +5,7 @@ _hkgname=hjsmin pkgname=haskell-hjsmin pkgver=0.2.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Haskell implementation of a javascript minifier" url="http://github.com/erikd/hjsmin" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-language-javascript" "haskell-optparse-applicative" "haskell-text") -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=('bec153d2396962c63998eb12d0a2c7c9f7df6f774cb00e41b6cdb1f5a4905484') build() {
