From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/haskell-hslogger/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/haskell-hslogger') diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index 0dfb8703e..6bde5b545 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 89306 2013-04-28 16:52:27Z td123 $ +# $Id: PKGBUILD 102061 2013-12-04 14:20:16Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Arch Haskell Team pkgname=haskell-hslogger -pkgver=1.2.1 -pkgrel=4 +pkgver=1.2.3 +pkgrel=1 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/hslogger" license=('LGPL') arch=('i686' 'x86_64') depends=('ghc' 'haskell-mtl' 'haskell-network') +options=('staticlibs') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz) -md5sums=('d94e39cd6a262565cf0758a6ead74919') +md5sums=('4047e50789860c8ac3e8998f7de68ca5') build() { cd ${srcdir}/hslogger-${pkgver} -- cgit v1.2.3-54-g00ecf