Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-hspec
Commits: 74034ea6 by Felix Yan at 2023-08-30T10:43:38+03:00 upgpkg: 2.10.9-24: rebuild with hspec-expectations 0.8.3 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,17 +3,22 @@ _hkgname=hspec pkgname=haskell-hspec pkgver=2.10.9 -pkgrel=23 +pkgrel=24 pkgdesc="A Testing Framework for Haskell" url="https://hspec.github.io/" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 'haskell-hspec-discover' 'haskell-hspec-expectations') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('0044b09fd133585b29b6003bf729a87919221d73aabf8b219c2ede622c3ea062916b65be694efd24cebe596e9d83a767c45daff87dd8f48cf88f41fbf90f7712') +prepare() { + cd $_hkgname-$pkgver + uusi -u hspec-expectations $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec/-/commit/74034ea680bc0be92ac67163942ea5315a907a16 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec/-/commit/74034ea680bc0be92ac67163942ea5315a907a16 You're receiving this email because of your account on gitlab.archlinux.org.
