Date: Monday, January 9, 2017 @ 16:29:35 Author: felixonmars Revision: 206139
upgpkg: haskell-monoid-subclasses 0.4.3.1-1 rebuild with monoid-subclasses-0.4.3.1 Modified: haskell-monoid-subclasses/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-09 16:29:32 UTC (rev 206138) +++ PKGBUILD 2017-01-09 16:29:35 UTC (rev 206139) @@ -4,7 +4,7 @@ _hkgname=monoid-subclasses pkgname=haskell-monoid-subclasses -pkgver=0.4.3 +pkgver=0.4.3.1 pkgrel=1 pkgdesc="Subclasses of Monoid" url="https://github.com/blamario/monoid-subclasses/" @@ -11,8 +11,8 @@ license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-primes' 'haskell-text' 'haskell-vector') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('7b4be2e9e400680b96be4f0832cc6811') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +md5sums=('0a07d751c3558da3051c08999a89b7d4') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
