Date: Tuesday, January 19, 2016 @ 13:45:50 Author: fyan Revision: 157623
upgpkg: haskell-optparse-applicative 0.12.1.0-1 Modified: haskell-optparse-applicative/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-19 12:28:43 UTC (rev 157622) +++ PKGBUILD 2016-01-19 12:45:50 UTC (rev 157623) @@ -4,8 +4,8 @@ _hkgname=optparse-applicative pkgname=haskell-optparse-applicative -pkgver=0.12.0.0 -pkgrel=3 +pkgver=0.12.1.0 +pkgrel=1 pkgdesc="Utilities and combinators for parsing command line options" url="https://github.com/pcapriotti/optparse-applicative" license=("custom:BSD3") @@ -14,13 +14,8 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('49d5bf745a10f30cc469b95e1cf1c935df3a70203f7c61718f9398c6fdba2123') +sha256sums=('18b46d6d2c17e941bb02f84e980390f056795dce73ece946d71d3d4d002313d5') -prepare() { - sed -i 's/transformers-compat >= 0.3 && < 0.5,/transformers-compat >= 0.3 \&\& < 0.6,/' \ - ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
