summaryrefslogtreecommitdiff
path: root/community/haskell-terminfo/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-26 03:35:58 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-26 03:35:58 +0000
commit3f23b6bf0b09b0edd47e2c763b3be136bc2fe274 (patch)
tree3be88fe725fc529471a0a3ca5af4b509e2ff88b1 /community/haskell-terminfo/PKGBUILD
parent58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (diff)
Wed Feb 26 03:32:51 UTC 2014
Diffstat (limited to 'community/haskell-terminfo/PKGBUILD')
-rw-r--r--community/haskell-terminfo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haskell-terminfo/PKGBUILD b/community/haskell-terminfo/PKGBUILD
index bbd5e49f5..cfe3159d8 100644
--- a/community/haskell-terminfo/PKGBUILD
+++ b/community/haskell-terminfo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 103340 2014-01-03 11:10:44Z bpiotrowski $
+# $Id: PKGBUILD 106226 2014-02-25 15:47:36Z bpiotrowski $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
_hkgname=terminfo
pkgname=haskell-terminfo
-pkgver=0.3.2.5
-pkgrel=3
+pkgver=0.4.0.0
+pkgrel=1
pkgdesc="Haskell bindings to the terminfo library."
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
@@ -14,7 +14,7 @@ depends=('ghc=7.6.3-1' 'sh')
options=('staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install=${pkgname}.install
-md5sums=('7ef09acfac9f6fc499ed3bb804ae2ab3')
+md5sums=('1995cacd80dd6ee3744c3a93f21081ae')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"