Date: Friday, May 17, 2019 @ 07:54:29 Author: felixonmars Revision: 467647
upgpkg: haskell-th-utilities 0.2.3.0-1 rebuild with th-utilities 0.2.3.0 Modified: haskell-th-utilities/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-17 07:35:53 UTC (rev 467646) +++ PKGBUILD 2019-05-17 07:54:29 UTC (rev 467647) @@ -2,8 +2,8 @@ _hkgname=th-utilities pkgname=haskell-th-utilities -pkgver=0.2.1.0 -pkgrel=16 +pkgver=0.2.3.0 +pkgrel=1 pkgdesc="Collection of useful functions for use with Template Haskell" url="https://github.com/fpco/th-utilities" license=('MIT') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-primitive' 'haskell-syb' 'haskell-th-orphans') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('9ce81cc2b6eecaf24a338ce3fc35de28c5705cc0a8d4b114231784e7660ee51e0bd552f618dc303fd970187fef435d632c21d8151ead886c71325a64fc38b8dd') +sha512sums=('edddde2ea3a9da44bd34cbf51d9f4ea14510eac9527f2f1a199390566e24f10ed84403f5450e47244b0cbfc4b5dc3a5c3f64ec596255f191d8bad83d9043a3ba') build() { cd $_hkgname-$pkgver
