Date: Monday, January 2, 2017 @ 17:47:14 Author: felixonmars Revision: 204336
upgpkg: haskell-uuid-types 1.0.3-3 rebuild with hashable-1.2.5.0 Modified: haskell-uuid-types/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 17:45:19 UTC (rev 204335) +++ PKGBUILD 2017-01-02 17:47:14 UTC (rev 204336) @@ -5,13 +5,13 @@ _hkgname=uuid-types pkgname=haskell-uuid-types pkgver=1.0.3 -pkgrel=2 +pkgrel=3 pkgdesc="Type definitions for Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-hashable" "haskell-random" "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=('9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd') build() {
