summaryrefslogtreecommitdiff
path: root/community/haskell-xhtml/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-15 00:01:47 +0000
committerroot <root@rshg054.dnsready.net>2012-06-15 00:01:47 +0000
commit63a600a5f9102d817332db9fb746a4153ed62b51 (patch)
treed4219aa8c6331cc37c98b943b1f9db68306bd81d /community/haskell-xhtml/PKGBUILD
parent35c30674b2b901077a809a6f1d8e5a0115098c8b (diff)
Fri Jun 15 00:01:47 UTC 2012
Diffstat (limited to 'community/haskell-xhtml/PKGBUILD')
-rw-r--r--community/haskell-xhtml/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haskell-xhtml/PKGBUILD b/community/haskell-xhtml/PKGBUILD
index b3762851d..68041976a 100644
--- a/community/haskell-xhtml/PKGBUILD
+++ b/community/haskell-xhtml/PKGBUILD
@@ -4,16 +4,16 @@
_hkgname=xhtml
pkgname=haskell-xhtml
-pkgver=3000.2.0.5
-pkgrel=2
+pkgver=3000.2.1
+pkgrel=1
pkgdesc="Combinators for producing XHTML 1.0, including the Strict, Transitional and Frameset variants."
url="http://hackage.haskell.org/package/xhtml"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=('ghc=7.4.1-2' 'sh')
+depends=('ghc=7.4.2-1' 'sh')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
install=${pkgname}.install
-md5sums=('d51e20de416b825aba6b874a221acfc4')
+md5sums=('c63487bea16cbf0ecf252d6ed73106bf')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}