Date: Thursday, December 20, 2018 @ 10:10:33 Author: felixonmars Revision: 416897
upgpkg: haskell-fast-logger 2.4.12-1 rebuild with fast-logger 2.4.12, unix-time 0.4.3 Modified: haskell-fast-logger/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-20 10:09:40 UTC (rev 416896) +++ PKGBUILD 2018-12-20 10:10:33 UTC (rev 416897) @@ -3,16 +3,17 @@ _hkgname=fast-logger pkgname=haskell-fast-logger -pkgver=2.4.11 -pkgrel=9 +pkgver=2.4.12 +pkgrel=1 pkgdesc="A fast logging system" url="https://github.com/kazu-yamamoto/logger" license=("BSD") arch=('x86_64') -depends=('ghc-libs' "haskell-auto-update" "haskell-easy-file" "haskell-unix-time") +depends=('ghc-libs' 'haskell-auto-update' 'haskell-easy-file' 'haskell-unix-compat' + 'haskell-unix-time') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('4802239d20e02573fee649e71fb66f8e87b1b0d9bcd235ff4c5fbb4a2c519bcdf18308eca2c1245fe8b61095eae9069b9b0674dddedb2b7b04dd7232a20b71f6') +sha512sums=('ef9ac49ffd406f4c96271f908449f9df0b85672b23ca95c1f7b2092c6ddd24f6ea379a713ba758b47c149bd1e89a25b9ba1335a40d2dc594a4537f1ff8229751') build() { cd $_hkgname-$pkgver
