Date: Friday, March 10, 2017 @ 07:44:01 Author: felixonmars Revision: 215539
upgpkg: haskell-ixset-typed 0.3.1-4 rebuild with safecopy,0.9.3 Modified: haskell-ixset-typed/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-10 07:41:43 UTC (rev 215538) +++ PKGBUILD 2017-03-10 07:44:01 UTC (rev 215539) @@ -4,13 +4,13 @@ _hkgname=ixset-typed pkgname=haskell-ixset-typed pkgver=0.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Efficient relational queries on Haskell sets" -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-safecopy' 'haskell-syb') -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) md5sums=('b0634f1718dab13145775cec0a826d8f') build() {
