diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-08 09:54:57 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-08 09:54:57 +0100 |
commit | ca63f47c4736ce7a6f6b544c50cf29d2ffe563c1 (patch) | |
tree | e3ef58d850012b4943c980af55864f0fb768bcbc /community/haddock/PKGBUILD | |
parent | b28838efa921982fb5ab1ec277a2df13a9890983 (diff) | |
parent | a8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/apvlv/PKGBUILD
community/haddock/PKGBUILD
community/ibus-pinyin/PKGBUILD
core/libtirpc/PKGBUILD
extra/htop/PKGBUILD
extra/rhythmbox/PKGBUILD
Diffstat (limited to 'community/haddock/PKGBUILD')
-rw-r--r-- | community/haddock/PKGBUILD | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD index c57706999..6caf4144d 100644 --- a/community/haddock/PKGBUILD +++ b/community/haddock/PKGBUILD @@ -1,27 +1,24 @@ +# $Id: PKGBUILD 79532 2012-11-06 18:05:24Z 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.12.0 +pkgver=2.13.1 pkgrel=1 -pkgdesc="Tool for generating documentation for Haskell libraries" -url="http://hackage.haskell.org/package/haddock" +pkgdesc='Tool for generating documentation for Haskell libraries' +url='http://hackage.haskell.org/package/haddock/' license=('custom:BSD3') -arch=('i686' 'x86_64' 'mips64el') -makedepends=('alex=3.0.2-2' 'happy=1.18.9-6') +arch=('x86_64' 'i686' 'mips64el') +makedepends=('alex' 'happy') depends=('ghc=7.6.1-1' 'haskell-xhtml=3000.2.1-2' 'haskell-ghc-paths=0.1.0.8-9') install=$pkgname.install -source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" - '0001-fix-incorrect-types-in-documentation-haddock.patch') -sha256sums=('b6c53c3c2dcfc7604941f81acd8954c7deb101b1341003d2e9c6c26dd4ad6d02' - 'a260b828ddf6e56440209d9631efcd6e1530b8996859528feee37638cc26e92a') +source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('6e5e2295cd191e43a046c12544f2f4e8b4260cfda8282d48b15a7a35d8a24e7f') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i ${srcdir}/0001-fix-incorrect-types-in-documentation-haddock.patch - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/"$pkgname" \ --libsubdir=\$compiler/site-local/\$pkgid |