Date: Monday, March 13, 2017 @ 07:14:50 Author: felixonmars Revision: 216022
upgpkg: c2hs 0.28.2-1 rebuild with language-c,0.6.1 c2hs,0.28.2 Modified: c2hs/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-13 07:12:05 UTC (rev 216021) +++ PKGBUILD 2017-03-13 07:14:50 UTC (rev 216022) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=c2hs -pkgver=0.28.1 -pkgrel=5 +pkgver=0.28.2 +pkgrel=1 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety" url="https://github.com/haskell/c2hs" license=("GPL2") @@ -11,8 +11,8 @@ arch=('i686' 'x86_64') depends=('libffi' 'gmp') makedepends=("ghc=8.0.1" "haskell-dlist" "haskell-language-c") -source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('95b04ef42cf43a1078e9c8a4bf9264dd26e8653b441b3fb7f2296c8b3a0752bb') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('f4171478cafe9f4906735763c2e0bc1ca0a9f56b50e9d59aac07520434920f9e') build() { cd "${srcdir}/${pkgname}-${pkgver}"
