Date: Monday, April 10, 2023 @ 13:15:28 Author: felixonmars Revision: 1444306
upgpkg: haskell-fin 0.3-1: rebuild with bin 0.1.3, fin 0.3, vec 0.5 Modified: haskell-fin/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 13:09:01 UTC (rev 1444305) +++ PKGBUILD 2023-04-10 13:15:28 UTC (rev 1444306) @@ -2,8 +2,8 @@ _hkgname=fin pkgname=haskell-fin -pkgver=0.2.1 -pkgrel=63 +pkgver=0.3 +pkgrel=1 pkgdesc="Nat and Fin: peano naturals and finite numbers" url="https://github.com/phadej/vec" license=("BSD") @@ -12,12 +12,11 @@ 'haskell-some' 'haskell-universe-base') makedepends=('ghc' 'uusi' 'haskell-inspection-testing' 'haskell-tagged') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('0b4248008dfff23be6108a3a1d6251e78c0577ab1cf8bb508b8da3c50e0c293f2f393ca0d80723664067e5e244fea9a6e2d6b58c2649a12bcf3c6252969577bb') +sha512sums=('5cc54bda2abd1d53a718ab3399392d215c8079b3e7fba37ce89e68993584fff2c46ef9f1492acc593dbe46971718e095696580ca6721cfa9fca9fa45df839658') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u inspection-testing $_hkgname.cabal } build() {
