Date: Monday, January 2, 2017 @ 17:22:45 Author: felixonmars Revision: 204317
upgpkg: haskell-void 0.7.1-12 rebuild with hashable-1.2.5.0 Modified: haskell-void/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 17:22:27 UTC (rev 204316) +++ PKGBUILD 2017-01-02 17:22:45 UTC (rev 204317) @@ -5,13 +5,13 @@ _hkgname=void pkgname=haskell-void pkgver=0.7.1 -pkgrel=11 +pkgrel=12 pkgdesc="A Haskell 98 logically uninhabited data type" url="http://github.com/ekmett/void" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-hashable" "haskell-semigroups") -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=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4') build() {
