Date: Sunday, January 9, 2022 @ 18:34:18 Author: felixonmars Revision: 1098396
upgpkg: haskell-insert-ordered-containers 0.2.5.1-1: rebuild with insert-ordered-containers 0.2.5.1 Modified: haskell-insert-ordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-09 18:28:50 UTC (rev 1098395) +++ PKGBUILD 2022-01-09 18:34:18 UTC (rev 1098396) @@ -2,23 +2,19 @@ _hkgname=insert-ordered-containers pkgname=haskell-insert-ordered-containers -pkgver=0.2.5 -pkgrel=48 +pkgver=0.2.5.1 +pkgrel=1 pkgdesc="Associative containers retating insertion order for traversals." url="https://github.com/phadej/insert-ordered-containers" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' - 'haskell-indexed-traversable' 'haskell-lens' 'haskell-optics-core' 'haskell-optics-extra' - 'haskell-semigroupoids' 'haskell-unordered-containers') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') +depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable' 'haskell-indexed-traversable' 'haskell-lens' + 'haskell-optics-core' 'haskell-optics-extra' 'haskell-semigroupoids' + 'haskell-unordered-containers') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('254492546eedf50a1247739414071ae83bc5683e0f44a7419ca157fda6a7d6953accdeb6419432e6a8aa0787347655aa9276dee779339bbdbcf72eec71ed43ab') +sha512sums=('8203a1c0c0e82ae27b14a4f5ce5e48a50bb760da928695c3308a409c26aa9a33552f8264e766dc01eb90e19940ce6d0488e16c8c9e588c9aabb0fd29f8c4b60e') -prepare() { - uusi -d semigroups ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd $_hkgname-$pkgver
