summaryrefslogtreecommitdiff
path: root/community/haskell-xhtml/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-xhtml/PKGBUILD')
-rw-r--r--community/haskell-xhtml/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/haskell-xhtml/PKGBUILD b/community/haskell-xhtml/PKGBUILD
index 8f85d691d..5e09cee8e 100644
--- a/community/haskell-xhtml/PKGBUILD
+++ b/community/haskell-xhtml/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99398 2013-10-28 10:55:23Z arodseth $
+# $Id: PKGBUILD 110640 2014-05-04 13:55:19Z td123 $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Vesa Kaihlavirta <vesa@archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
@@ -6,19 +6,19 @@
_hkgname=xhtml
pkgname=haskell-xhtml
pkgver=3000.2.1
-pkgrel=5
+pkgrel=7
pkgdesc='Combinators for producing XHTML 1.0'
url='http://hackage.haskell.org/package/xhtml'
license=('custom:BSD3')
arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'sh')
+depends=('ghc=7.8.2-2' 'sh')
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
install="$pkgname.install"
options=('staticlibs')
sha256sums=('33020782170c1c083bc59fc3bfcb72cec2db223e02d1181c07ae23b9fa7fdcd8')
build() {
- cd "$srcdir/$_hkgname-$pkgver"
+ cd "$_hkgname-$pkgver"
runhaskell Setup configure -O -p \
--enable-split-objs \
@@ -34,7 +34,7 @@ build() {
}
package() {
- cd "$srcdir/$_hkgname-$pkgver"
+ cd "$_hkgname-$pkgver"
install -Dm744 register.sh \
"$pkgdir/usr/share/haskell/$pkgname/register.sh"