Date: Monday, February 13, 2023 @ 01:28:21 Author: felixonmars Revision: 1400162
upgpkg: haskell-witch 1.1.6.1-1: rebuild with witch 1.1.6.1 Modified: haskell-witch/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-13 01:28:17 UTC (rev 1400161) +++ PKGBUILD 2023-02-13 01:28:21 UTC (rev 1400162) @@ -2,8 +2,8 @@ _hkgname=witch pkgname=haskell-witch -pkgver=1.1.6.0 -pkgrel=3 +pkgver=1.1.6.1 +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=('e3f0879abbc22d7c674219317783438f28325e09e0b30cbc8890c936d870192e') +sha256sums=('5e158aef942c77ff6f4a4af1df2d850251affc736df8f9e45dc3ec32df6493d8') prepare() { cd $_hkgname-$pkgver
