From e32d80836b584e2625d5ff5a9347090bdd58da34 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 27 Feb 2014 03:39:40 +0000 Subject: Thu Feb 27 03:37:13 UTC 2014 --- community/happy/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/happy') diff --git a/community/happy/PKGBUILD b/community/happy/PKGBUILD index 5f63b6e6a..0eab25381 100644 --- a/community/happy/PKGBUILD +++ b/community/happy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 89288 2013-04-28 16:52:09Z td123 $ +# $Id: PKGBUILD 106258 2014-02-25 23:08:43Z bpiotrowski $ # Maintainer: Thomas Dziedzic # Contributor: simo # Contributor: Vesa Kaihlavirta - + pkgname=happy -pkgver=1.18.10 -pkgrel=3 +pkgver=1.19.3 +pkgrel=1 pkgdesc="The Parser Generator for Haskell" url="http://hackage.haskell.org/package/happy" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=("custom:BSD3") depends=('gmp') makedepends=('ghc=7.6.3-1' 'haskell-mtl=2.1.2-3') source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('a1638e89434427e57f68ef311761dc30') +md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf