Date: Saturday, February 13, 2021 @ 23:57:22 Author: felixonmars Revision: 859860
upgpkg: haskell-apply-refact 0.9.0.0-1 Modified: haskell-apply-refact/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-13 23:55:43 UTC (rev 859859) +++ PKGBUILD 2021-02-13 23:57:22 UTC (rev 859860) @@ -2,18 +2,19 @@ _hkgname=apply-refact pkgname=haskell-apply-refact -pkgver=0.8.2.1 -pkgrel=42 +pkgver=0.9.0.0 +pkgrel=1 pkgdesc="Perform refactorings specified by the refact library." url="https://github.com/mpickering/apply-refact" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-extra' 'haskell-filemanip' 'haskell-ghc-exactprint' - 'haskell-optparse-applicative' 'haskell-refact' 'haskell-syb' 'haskell-unix-compat') + 'haskell-optparse-applicative' 'haskell-refact' 'haskell-syb' 'haskell-uniplate' + 'haskell-unix-compat') makedepends=('ghc' 'haskell-silently' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-golden') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('776f0133ee26075b0872b5344e530a65b66d2b1170286cd95114ae33b6e6b689') +sha512sums=('45c3797cb0c74a4ce7cafee118d71d19de7aec8eacafb1da57dc824388d17e79a2948e0f14b90bd0ba8d6150b7e3420a9fff1ba7559aa298b6042e3861c0a9cd') build() { cd $_hkgname-$pkgver
