Date: Monday, November 14, 2022 @ 18:55:30 Author: felixonmars Revision: 1347537
upgpkg: haskell-witch 1.1.2.0-1: rebuild with witch 1.1.2.0 Modified: haskell-witch/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-14 18:48:13 UTC (rev 1347536) +++ PKGBUILD 2022-11-14 18:55:30 UTC (rev 1347537) @@ -2,8 +2,8 @@ _hkgname=witch pkgname=haskell-witch -pkgver=1.1.1.0 -pkgrel=2 +pkgver=1.1.2.0 +pkgrel=1 pkgdesc="Convert values from one type into another" url="https://github.com/tfausak/witch" license=("MIT") @@ -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=('1b06067cfb0620f44363e589119199f75c37f8674940ab02387774df04e5b97f') +sha256sums=('5d7575e508700cb7ba3d09131b58eb68deeb18e7891cf06994cc5fffbf9e11aa') prepare() { cd $_hkgname-$pkgver
