diff options
Diffstat (limited to 'community/haskell-dlist/PKGBUILD')
-rw-r--r-- | community/haskell-dlist/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/haskell-dlist/PKGBUILD b/community/haskell-dlist/PKGBUILD index 32211ab6e..1fbb858c1 100644 --- a/community/haskell-dlist/PKGBUILD +++ b/community/haskell-dlist/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 110618 2014-05-04 13:54:57Z td123 $ +# $Id: PKGBUILD 115975 2014-07-19 16:05:01Z td123 $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Don Stewart <dons@galois.com> # Contributor: Lex Black <autumn-wind at web dot de> @@ -7,13 +7,12 @@ pkgname=haskell-dlist pkgver=0.5 _hkgname=dlist _licensefile=LICENSE -pkgrel=26 +pkgrel=27 pkgdesc="Differences lists" url="http://code.haskell.org/~dons/code/dlist/" license=("BSD3") arch=('i686' 'x86_64') -makedepends=('ghc=7.8.2-2') -depends=('ghc=7.8.2-2') +depends=('ghc=7.8.3-1') options=('strip') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('4780e5409eff55bbfdd7470ef802a087a04048c9cd5efe0482c82878292f19ea') |