Date: Monday, September 26, 2022 @ 05:43:30 Author: felixonmars Revision: 1311376
upgpkg: haskell-retrie 1.1.0.0-81: rebuild with optparse-applicative 0.17.0.0 Modified: haskell-retrie/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-26 05:43:14 UTC (rev 1311375) +++ PKGBUILD 2022-09-26 05:43:30 UTC (rev 1311376) @@ -3,7 +3,7 @@ _hkgname=retrie pkgname=haskell-retrie pkgver=1.1.0.0 -pkgrel=80 +pkgrel=81 pkgdesc="A powerful, easy-to-use codemodding tool for Haskell." url="https://github.com/facebookincubator/retrie" license=("MIT") @@ -12,12 +12,17 @@ 'haskell-ghc-exactprint' 'haskell-src-exts' 'haskell-list-t' 'haskell-optparse-applicative' 'haskell-random-shuffle' 'haskell-syb' 'haskell-unordered-containers') -makedepends=('ghc' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty' 'haskell-tasty-hunit' +makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-temporary') checkdepends=('git' 'mercurial') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha512sums=('71a27d5a6c0a17b353927c19b19b2f5e94ac33fc1c2cb988324d8a21b449bfdc3c08c5f06d9ea251eedb0888c5db9a59cbf728833e7b9c84f669148ca782dc23') +prepare() { + cd $_hkgname-$pkgver + uusi -u optparse-applicative $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
