Date: Thursday, February 10, 2022 @ 21:39:02 Author: felixonmars Revision: 1131443
upgpkg: haskell-th-extras 0.0.0.6-1: rebuild with th-extras 0.0.0.6 Modified: haskell-th-extras/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-10 21:35:36 UTC (rev 1131442) +++ PKGBUILD 2022-02-10 21:39:02 UTC (rev 1131443) @@ -2,8 +2,8 @@ _hkgname=th-extras pkgname=haskell-th-extras -pkgver=0.0.0.5 -pkgrel=7 +pkgver=0.0.0.6 +pkgrel=1 pkgdesc="A grab bag of functions for use with Template Haskell" url="https://github.com/mokus0/th-extras" license=("custom:PublicDomain") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-syb' 'haskell-th-abstraction') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('355e5bc17951e3bfe569e7f76159ca83a36be6ab559a18fc9d4bd9de9be2ee0e') +sha256sums=('02bf23940c0233a6ef6f61868e827ebd4554afe8d71cef2a1eb8e286a7f07c4a') build() { cd $_hkgname-$pkgver
