diff options
Diffstat (limited to 'community/haskell-dataenc/PKGBUILD')
-rw-r--r-- | community/haskell-dataenc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haskell-dataenc/PKGBUILD b/community/haskell-dataenc/PKGBUILD index 48409695b..0232eb2c1 100644 --- a/community/haskell-dataenc/PKGBUILD +++ b/community/haskell-dataenc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83996 2013-02-08 04:15:28Z td123 $ +# $Id: PKGBUILD 89297 2013-04-28 16:52:18Z td123 $ # Maintainer: Vesa Kaihlavirta <vesa@archlinux.org> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> # Package generated by cabal2arch 0.7.5 @@ -6,12 +6,12 @@ _hkgname=dataenc pkgname=haskell-dataenc pkgver=0.14.0.5 -pkgrel=1 +pkgrel=2 pkgdesc="Data encoding library" url="http://hackage.haskell.org/package/dataenc" license=('custom:BSD3') -arch=('i686' 'x86_64' 'mips64el') -depends=('ghc=7.6.2-1' sh) +arch=('i686' 'x86_64') +depends=('ghc=7.6.3-1' sh) source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz '0001-update-build-deps-for-ghc-7.6.1.patch') install=${pkgname}.install |