Date: Monday, January 2, 2017 @ 22:07:50 Author: felixonmars Revision: 204495
upgpkg: haskell-optparse-simple 0.0.3-31 rebuild with hashable-1.2.5.0 Modified: haskell-optparse-simple/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 22:06:07 UTC (rev 204494) +++ PKGBUILD 2017-01-02 22:07:50 UTC (rev 204495) @@ -5,13 +5,13 @@ _hkgname=optparse-simple pkgname=haskell-optparse-simple pkgver=0.0.3 -pkgrel=30 +pkgrel=31 pkgdesc="Simple interface to optparse-applicative" -url="http://hackage.haskell.org/package/${_hkgname}" +url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-either" "haskell-gitrev" "haskell-optparse-applicative") -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=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e') build() {
