Date: Wednesday, February 10, 2021 @ 15:12:53 Author: felixonmars Revision: 853598
upgpkg: haskell-th-compat 0.1.1-1: rebuild with th-compat 0.1.1 Modified: haskell-th-compat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-10 15:10:49 UTC (rev 853597) +++ PKGBUILD 2021-02-10 15:12:53 UTC (rev 853598) @@ -2,8 +2,8 @@ _hkgname=th-compat pkgname=haskell-th-compat -pkgver=0.1 -pkgrel=40 +pkgver=0.1.1 +pkgrel=1 pkgdesc="Backward- (and forward-)compatible Quote and Code types" url="https://github.com/haskell-compat/th-compat" license=("BSD") @@ -11,7 +11,7 @@ depends=('ghc-libs') makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 'haskell-hspec-discover') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('9c2ae591bc63fb516a65b9e1736f7b4bd918bf7da132b6f5b2dcb80b6aab6187') +sha512sums=('4b1a2b059abb8de0f72e0d2b0784b7afb20461829409ddafacbd6db494a16f83e06fda59aedd58a8488a691bb46951d4b3b0317c1fdd447152611ce198496a45') build() { cd $_hkgname-$pkgver
