[arch-commits] Commit in haskell-hashtables/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 23 07:28:24 UTC 2022


    Date: Saturday, July 23, 2022 @ 07:28:24
  Author: felixonmars
Revision: 1255491

upgpkg: haskell-hashtables 1.3-1: rebuild with hashtables 1.3

Modified:
  haskell-hashtables/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 07:25:09 UTC (rev 1255490)
+++ PKGBUILD	2022-07-23 07:28:24 UTC (rev 1255491)
@@ -3,24 +3,19 @@
 
 _hkgname=hashtables
 pkgname=haskell-hashtables
-pkgver=1.2.4.2
-pkgrel=44
+pkgver=1.3
+pkgrel=1
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-mwc-random' 'haskell-quickcheck' 'haskell-hunit'
+makedepends=('ghc' 'haskell-mwc-random' 'haskell-quickcheck' 'haskell-hunit'
              'haskell-test-framework' 'haskell-test-framework-quickcheck2'
              'haskell-test-framework-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f66bb9c0c95648f36e8a4e32f353ef7fcb58a41f925b1c3ad2ca48dca24ac50fad96f9b6cfe000334094468639dd2fae8939cdf376d294121b7e843d76050bd3')
+sha512sums=('7fb82e7c45c13d7bde8a216fb678d20bbd4c970f7860cbc2f08fb5524324f6b9584e1b5d397bdcb3fdbf53928758b608986167bb2bc2f1adae6feb3b0dd94444')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u hashable $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list