[arch-commits] Commit in haskell-unordered-containers/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Apr 6 20:12:59 UTC 2022
Date: Wednesday, April 6, 2022 @ 20:12:59
Author: felixonmars
Revision: 1181639
upgpkg: haskell-unordered-containers 0.2.18.0-1: rebuild with unordered-containers 0.2.18.0
Modified:
haskell-unordered-containers/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-06 20:08:20 UTC (rev 1181638)
+++ PKGBUILD 2022-04-06 20:12:59 UTC (rev 1181639)
@@ -6,17 +6,17 @@
_hkgname=unordered-containers
pkgname=haskell-unordered-containers
-pkgver=0.2.17.0
-pkgrel=7
+pkgver=0.2.18.0
+pkgrel=1
pkgdesc="Efficient hashing-based container types"
url="https://github.com/haskell-unordered-containers/unordered-containers"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-hashable')
-makedepends=('ghc' 'haskell-chasingbottoms' 'haskell-hunit' 'haskell-quickcheck'
+makedepends=('ghc' 'haskell-chasingbottoms' 'haskell-hunit' 'haskell-nothunks' 'haskell-quickcheck'
'haskell-random' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e0705e0ad9ec03ad192a8e4047aa5c8a1da6268075be28f423d3f3e7d330084ec02d8499b9f5ee8686c4dd36c67758822d58484155f3ce2cfd210e5bb1a3bb8b')
+sha512sums=('3551a8be27eefaf3990b25ad939a967f8b1b84b95c4948484bfee432b5cd6d9abae7b1b1db429472eb4df1c7c3eba7dc6bfa4e659697877846cc860c512520ea')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list