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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 29 08:53:02 UTC 2022


    Date: Tuesday, March 29, 2022 @ 08:53:02
  Author: felixonmars
Revision: 1177558

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

Modified:
  haskell-rebase/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-29 08:46:58 UTC (rev 1177557)
+++ PKGBUILD	2022-03-29 08:53:02 UTC (rev 1177558)
@@ -3,7 +3,7 @@
 
 _hkgname=rebase
 pkgname=haskell-rebase
-pkgver=1.15
+pkgver=1.15.0.3
 pkgrel=1
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase"
@@ -14,10 +14,15 @@
          'haskell-profunctors' 'haskell-scientific' 'haskell-selective' 'haskell-semigroupoids'
          'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector'
          'haskell-vector-instances' 'haskell-void')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('86d858959653609e4546eb3ae20a3b44d674c4cae8feba2e98620eb139b55a7c218ff045ef69db40a0aa32be441a7fa0c1601433e3b0cbc0ca2a85de3e4a7a32')
+sha512sums=('46c5790ba0bcf39b17a98eb32e6c5f68125abf9d20f51b6c3fa4fab665790eb1148878631e1e38677f53e1d81d52a1a96db18a8aec6e0eefbdacdd611340067a')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list