Date: Sunday, October 9, 2022 @ 14:51:54 Author: felixonmars Revision: 1324539
upgpkg: haskell-witch 1.0.2.0-1: rebuild with witch 1.0.2.0 Modified: haskell-witch/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-09 14:49:07 UTC (rev 1324538) +++ PKGBUILD 2022-10-09 14:51:54 UTC (rev 1324539) @@ -2,7 +2,7 @@ _hkgname=witch pkgname=haskell-witch -pkgver=1.0.1.0 +pkgver=1.0.2.0 pkgrel=1 pkgdesc="Convert values from one type into another" url="https://github.com/tfausak/witch" @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-tagged') makedepends=('ghc' 'uusi' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('f0b28528fe1c3366b921588f5bfccc5acb8cd91fa332d06915a7274bc339d3cf') +sha256sums=('18b6859b26609149686df6b4f6587c2f56b08de2e089c01f0eac85c04520b6ee') prepare() { cd $_hkgname-$pkgver
