Date: Wednesday, April 21, 2021 @ 23:32:42 Author: felixonmars Revision: 920738
upgpkg: haskell-bin 0.1.1-1: rebuild with bin 0.1.1, fin 0.2, ral 0.2, rere 0.2, vec 0.4 Modified: haskell-bin/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-21 23:32:00 UTC (rev 920737) +++ PKGBUILD 2021-04-21 23:32:42 UTC (rev 920738) @@ -2,8 +2,8 @@ _hkgname=bin pkgname=haskell-bin -pkgver=0.1 -pkgrel=3 +pkgver=0.1.1 +pkgrel=1 pkgdesc="Bin: binary natural numbers." url="https://github.com/phadej/vec" license=("GPL") @@ -11,12 +11,11 @@ depends=('ghc-libs' 'haskell-quickcheck' 'haskell-dec' 'haskell-fin' 'haskell-hashable') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('057fff623abc17bc32cb7c17d5d32d22c0e78f1b587be3d72b60a7b7bb071101') +sha512sums=('3218d84db5514e07f12cdc1bc7dd9a2f944861d772b32c096e3843d9de80f26b4a5b759075a8069907ab42c5e5061a3d66669b0b01a47cd7fcc3a324103dd177') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u base -u QuickCheck $_hkgname.cabal } build() {
