Date: Wednesday, January 11, 2017 @ 10:39:30 Author: felixonmars Revision: 206799
upgpkg: haskell-postgresql-libpq 0.9.3.0-1 rebuild with postgresql-libpq-0.9.3.0 Modified: haskell-postgresql-libpq/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-11 10:33:31 UTC (rev 206798) +++ PKGBUILD 2017-01-11 10:39:30 UTC (rev 206799) @@ -4,7 +4,7 @@ _hkgname=postgresql-libpq pkgname=haskell-postgresql-libpq -pkgver=0.9.2.0 +pkgver=0.9.3.0 pkgrel=1 pkgdesc="Low-level binding to libpq" url="http://github.com/lpsmith/postgresql-libpq" @@ -11,8 +11,8 @@ license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "postgresql-libs") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('0338a93518bf73cd64b47977961f8183f6009b4e4ecc0c99b8bc68320808f310') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha256sums=('510df3e08753e011c108c4d4c6d048a4b67545419eb9eedc3ef23e7758fedb05') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
