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

Felix Yan felixonmars at archlinux.org
Sun Oct 18 21:30:50 UTC 2020


    Date: Sunday, October 18, 2020 @ 21:30:50
  Author: felixonmars
Revision: 726820

upgpkg: haskell-invariant 0.5.4-1: rebuild with invariant 0.5.4

Modified:
  haskell-invariant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 21:18:56 UTC (rev 726819)
+++ PKGBUILD	2020-10-18 21:30:50 UTC (rev 726820)
@@ -2,8 +2,8 @@
 
 _hkgname=invariant
 pkgname=haskell-invariant
-pkgver=0.5.3
-pkgrel=80
+pkgver=0.5.4
+pkgrel=1
 pkgdesc="Haskell98 invariant functors"
 url="https://github.com/nfrisby/invariant-functors"
 license=('custom:BSD2')
@@ -11,15 +11,10 @@
 depends=('ghc-libs' 'haskell-bifunctors' 'haskell-comonad' 'haskell-contravariant'
          'haskell-profunctors' 'haskell-statevar' 'haskell-tagged' 'haskell-th-abstraction'
          'haskell-transformers-compat' 'haskell-unordered-containers')
-makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0a488a800b0eec85e865b100e3944d5e9dd45e6c12a411f67b4ba7f40de6fe0b8e37900f72c83ec7b92033a3d15e754dc11d991ecafe18d8f257afdaf67ca9be')
+sha512sums=('82bd8c8936eb56cede53036967470155286d7b3b85dd1576e03170fcec497b6f05cbafb857b064767a195391b9f9b29b33a5f858d8c09e39ab761c20732af87b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list