Date: Monday, March 30, 2015 @ 20:51:15 Author: jelle Revision: 130359
upgpkg: haskell-data-default-instances-old-locale 0.0.1-6 fix typo in .install Modified: haskell-data-default-instances-old-locale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-30 18:50:16 UTC (rev 130358) +++ PKGBUILD 2015-03-30 18:51:15 UTC (rev 130359) @@ -2,13 +2,13 @@ _hkgname=data-default-instances-old-locale pkgname=haskell-data-default-instances-old-locale pkgver=0.0.1 -pkgrel=5 +pkgrel=6 pkgdesc="Default instances for types in old-locale" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc=7.8.4' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.6') +depends=('ghc=7.10.1' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.7') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
