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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 18 18:18:19 UTC 2022


    Date: Friday, February 18, 2022 @ 18:18:19
  Author: felixonmars
Revision: 1134035

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

Modified:
  haskell-hashable/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 18:17:11 UTC (rev 1134034)
+++ PKGBUILD	2022-02-18 18:18:19 UTC (rev 1134035)
@@ -3,22 +3,22 @@
 
 _hkgname=hashable
 pkgname=haskell-hashable
-pkgver=1.3.5.0
-pkgrel=11
+pkgver=1.4.0.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' 'haskell-ghc-bignum-orphans')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-ghc-bignum-orphans')
 makedepends=('ghc' 'uusi')
 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=('95b10f671abbe2baecab84e619d0c88ebb6807f711155fa6cc90e46818e73e44e9cfc585dfac35ad63a73e55f01be60a11db0a012ed20818c30bae042e70d230')
+sha512sums=('3f1cdbb5658c3f00ea6d127a33c9447504d28535b366f7139e16c895aaa0d4376de9681d092b1b145896da80da763177c575745c30a95b5d9a1b59633354b4cd')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -r ghc-bignum:ghc-bignum,ghc-bignum-orphans $_hkgname.cabal
+    uusi -u ghc-bignum $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list