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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 24 15:38:29 UTC 2022


    Date: Thursday, March 24, 2022 @ 15:38:28
  Author: felixonmars
Revision: 1174744

upgpkg: haskell-rebase 1.14-1: rebuild with rebase 1.14, rerebase 1.14

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 15:20:12 UTC (rev 1174743)
+++ PKGBUILD	2022-03-24 15:38:28 UTC (rev 1174744)
@@ -3,8 +3,8 @@
 
 _hkgname=rebase
 pkgname=haskell-rebase
-pkgver=1.13.2
-pkgrel=2
+pkgver=1.14
+pkgrel=1
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase"
 license=("MIT")
@@ -14,15 +14,10 @@
          'haskell-invariant' 'haskell-profunctors' 'haskell-scientific' 'haskell-selective'
          'haskell-semigroupoids' 'haskell-unordered-containers' 'haskell-uuid-types'
          'haskell-vector' 'haskell-vector-instances' 'haskell-void')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a43091bf43e1c5e4db6700507fb97ed314e1f4dd4c5c46b60703647f6d6f106f96d3cc1197e664cbc00db50f9e4aeef0f5aa46781f9f3b22e56fa2561c31ce41')
+sha512sums=('35bcf0f76225b2b808d416fd2d76dbb4bd10b79f7ed544ac63a03f4a31c55c7c889681af14888c02a79fc22a83a13d65765a24e70c5bf6af06f869bd147b4b27')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u selective $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list