Date: Friday, February 24, 2012 @ 12:03:56 Author: tdziedzic Revision: 151061
upgpkg: happy 1.18.9-2 bump so we can rebuild ghc against latest happy Modified: happy/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-24 16:33:07 UTC (rev 151060) +++ PKGBUILD 2012-02-24 17:03:56 UTC (rev 151061) @@ -3,8 +3,8 @@ # Contributor: Vesa Kaihlavirta <[email protected]> pkgname=happy -pkgver=1.18.6 -pkgrel=1.2 +pkgver=1.18.9 +pkgrel=2 pkgdesc="The Parser Generator for Haskell" url="http://www.haskell.org/happy/" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=(ghc=7.0.3 haskell-mtl=2.0.1.0) options=(strip) source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('7d4d1425f5068633cd477a2b2216880d') +md5sums=('aeb565fe572f979f15a24db0df2de37d') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -27,4 +27,3 @@ runhaskell Setup.lhs copy --destdir="${pkgdir}" install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -
