Date: Friday, February 10, 2017 @ 14:43:46 Author: felixonmars Revision: 211739
upgpkg: haskell-optparse-applicative 0.13.1.0-1 rebuild with optparse-applicative,0.13.1.0 Modified: haskell-optparse-applicative/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-10 13:13:52 UTC (rev 211738) +++ PKGBUILD 2017-02-10 14:43:46 UTC (rev 211739) @@ -4,7 +4,7 @@ _hkgname=optparse-applicative pkgname=haskell-optparse-applicative -pkgver=0.13.0.0 +pkgver=0.13.1.0 pkgrel=1 pkgdesc="Utilities and combinators for parsing command line options" url="https://github.com/pcapriotti/optparse-applicative" @@ -11,8 +11,8 @@ license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-ansi-wl-pprint" "haskell-transformers-compat") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('cec6b1d94d347898a25446fb8a6643399d8429cf326f221e38a02d849b2b0cac') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha256sums=('f1fcf9d7e78ddf14083a07d8fe1aa65d75c5102e0d44df981585bce54c5c2a2b') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
