Date: Tuesday, February 5, 2013 @ 05:00:14 Author: td123 Revision: 83754
upgpkg: happy 1.18.10-2 rebuild Modified: happy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-05 01:20:08 UTC (rev 83753) +++ PKGBUILD 2013-02-05 04:00:14 UTC (rev 83754) @@ -5,14 +5,14 @@ pkgname=happy pkgver=1.18.10 -pkgrel=1 +pkgrel=2 pkgdesc="The Parser Generator for Haskell" url="http://hackage.haskell.org/package/happy" arch=('i686' 'x86_64') license=("custom:BSD3") depends=('gmp') -makedepends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1') -source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) +makedepends=('ghc=7.6.2-1' 'haskell-mtl=2.1.2-2') +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('a1638e89434427e57f68ef311761dc30') build() {
