Date: Monday, February 24, 2020 @ 19:00:50 Author: felixonmars Revision: 580702
upgpkg: haskell-src-exts 1.22.0-1: rebuild with haskell-src-exts 1.22.0, haskell-src-meta 0.8.4 Modified: haskell-src-exts/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-24 18:49:53 UTC (rev 580701) +++ PKGBUILD 2020-02-24 19:00:50 UTC (rev 580702) @@ -3,8 +3,8 @@ _hkgname=haskell-src-exts pkgname=haskell-src-exts -pkgver=1.21.1 -pkgrel=19 +pkgver=1.22.0 +pkgrel=1 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer" url="https://github.com/haskell-suite/haskell-src-exts" license=("custom:BSD") @@ -13,7 +13,7 @@ makedepends=('ghc' 'happy' 'haskell-pretty-show' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-smallcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1349d419a13343fdf5579bf1f4027a3906de67ac257d0663fb6d10cf96e8312e08beec81d91044421f1202675a8c9381d280104d95c1ffea2e746f378d683e61') +sha512sums=('7d55ffacdc63c12a5f96825c21c04eee1bdb383662c9804b4ceeb2054a513a2439b3a715148bc0080d4aeaf07271c8cfaf2a2c6196020061849a4bd0756ff9ad') build() { cd $_hkgname-$pkgver
