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

Felix Yan felixonmars at archlinux.org
Thu May 20 22:33:09 UTC 2021


    Date: Thursday, May 20, 2021 @ 22:33:09
  Author: felixonmars
Revision: 939572

upgpkg: haskell-hashable 1.3.2.0-1: rebuild with hashable 1.3.2.0

Modified:
  haskell-hashable/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-20 22:27:38 UTC (rev 939571)
+++ PKGBUILD	2021-05-20 22:33:09 UTC (rev 939572)
@@ -3,23 +3,19 @@
 
 _hkgname=hashable
 pkgname=haskell-hashable
-pkgver=1.3.1.0
-pkgrel=35
+pkgver=1.3.2.0
+pkgrel=1
 pkgdesc="A class for types that can be converted to a hash value"
 url="https://github.com/haskell-unordered-containers/hashable"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
               'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('dc74815d9c4cbf6b5562d04843f5234d7378265f2796c8f9980ecc639a03e01c8d4a0a27ed6bb31207df537d7774d910b9fec216a8832377e09e827aabf58751')
+sha512sums=('e828f566d90a8af01db90ac89aa68d3b6c6872363bce648b914ba9229c8e63255931cc46aec4ef646b544a91d33be133553d7a572b11498dc410a18e42cda9a2')
 
-prepare() {
-    uusi -u random $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list