Date: Tuesday, April 17, 2018 @ 15:30:48 Author: felixonmars Revision: 316751
upgpkg: haskell-ini 0.3.6-1 rebuild with ini,0.3.6 Modified: haskell-ini/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-17 14:59:31 UTC (rev 316750) +++ PKGBUILD 2018-04-17 15:30:48 UTC (rev 316751) @@ -4,16 +4,16 @@ _hkgname=ini pkgname=haskell-ini -pkgver=0.3.5 -pkgrel=16 +pkgver=0.3.6 +pkgrel=1 pkgdesc="Quick and easy configuration files in the INI format." -url="http://github.com/chrisdone/ini" +url="https://github.com/chrisdone/ini" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-text' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('6e3e3578821061ea6fa8d79a661258a0df0c8e750dfd70a03902172643610106a3f0a2b558f1d970d2adc624ba024c4a69d127f13c3a9e4520e0fb1bc7fb8aea') +sha512sums=('b24ca8bf970147cda81be8edee78166e26feee021e5ab00814033de73c7a0b9017b51f9da85f0be6cf5e7e8116bf6ac2b232c3eb76094a20f672fcb162e192a1') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
