summaryrefslogtreecommitdiff
path: root/community/haddock/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haddock/PKGBUILD')
-rw-r--r--community/haddock/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD
index c04af17c1..5c82eff82 100644
--- a/community/haddock/PKGBUILD
+++ b/community/haddock/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 99417 2013-10-28 12:23:37Z arodseth $
+# $Id: PKGBUILD 102045 2013-12-04 13:09:12Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Vesa Kaihlavirta <vesa@archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
pkgname=haddock
-pkgver=2.13.2
-pkgrel=2
+pkgver=2.13.2.1
+pkgrel=1
pkgdesc='Tool for generating documentation for Haskell libraries'
url='http://hackage.haskell.org/package/haddock/'
license=('custom:BSD3')
@@ -14,7 +14,7 @@ makedepends=('alex' 'happy')
depends=('ghc' 'haskell-xhtml' 'haskell-ghc-paths')
install="$pkgname.install"
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('25e7d5819d38cbb1c9b1ff967e2a4093c776c3defaa0a249c8eabba1e70892e3')
+sha256sums=('c9cfe2bd2e8e1201870f88bc9a2ccdb0173315d0a8c734b459ec344feb1af34e')
options=('staticlibs')
build() {