Date: Monday, January 2, 2017 @ 17:54:21 Author: felixonmars Revision: 204342
upgpkg: haskell-uri-bytestring 0.2.2.1-2 rebuild with hashable-1.2.5.0 Modified: haskell-uri-bytestring/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 17:52:05 UTC (rev 204341) +++ PKGBUILD 2017-01-02 17:54:21 UTC (rev 204342) @@ -4,13 +4,13 @@ _hkgname=uri-bytestring pkgname=haskell-uri-bytestring pkgver=0.2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Haskell URI parsing as ByteStrings" url="https://github.com/Soostone/uri-bytestring" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder') -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=('576827b9ee36dd110e79dc40bc9036e1') build() {
