diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-20 04:21:08 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-20 04:21:08 +0000 |
commit | 29c4d88cb6f67caf6164909e0fe2185d46fc5093 (patch) | |
tree | fa25c2395883a60b0ce3cc3a87ddb2bc52e0bb6b /community/haskell-text/PKGBUILD | |
parent | e326eefd3e4853a3b36ef72eba0b21d21170de31 (diff) |
Sun Jul 20 04:10:18 UTC 2014
Diffstat (limited to 'community/haskell-text/PKGBUILD')
-rw-r--r-- | community/haskell-text/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haskell-text/PKGBUILD b/community/haskell-text/PKGBUILD index 823622967..21636bb93 100644 --- a/community/haskell-text/PKGBUILD +++ b/community/haskell-text/PKGBUILD @@ -2,17 +2,17 @@ _hkgname=text pkgname=haskell-text -pkgver=1.1.0.1 -pkgrel=2 +pkgver=1.1.1.3 +pkgrel=1 pkgdesc="An efficient packed Unicode text type." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.2-2' 'sh') +depends=('ghc=7.8.3' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('e8e1017ed0f0fef2a872569d8f31883e') +md5sums=('9cc52915c12489e667b54bc9602cd442') build() { cd ${_hkgname}-${pkgver} |