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

Felix Yan felixonmars at archlinux.org
Wed Mar 10 13:06:49 UTC 2021


    Date: Wednesday, March 10, 2021 @ 13:06:49
  Author: felixonmars
Revision: 887201

upgpkg: haskell-recursion-schemes 5.2.2-1: rebuild with recursion-schemes 5.2.2

Modified:
  haskell-recursion-schemes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-10 12:56:16 UTC (rev 887200)
+++ PKGBUILD	2021-03-10 13:06:49 UTC (rev 887201)
@@ -2,8 +2,8 @@
 
 _hkgname=recursion-schemes
 pkgname=haskell-recursion-schemes
-pkgver=5.2.1
-pkgrel=56
+pkgver=5.2.2
+pkgrel=1
 pkgdesc="Representing common recursion patterns as higher-order functions"
 url="https://github.com/ekmett/recursion-schemes"
 license=('BSD')
@@ -10,10 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-data-fix' 'haskell-free'
          'haskell-th-abstraction')
-makedepends=('ghc' 'haskell-hunit')
+makedepends=('ghc' 'uusi' 'haskell-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('86d308b2a9daab07b01ac062e0e9d8dfd58b801a579924ff0b5ceeb05ff4d5dac072b6fbcfcb9c54905e39daca6c551c99b0fc96616a9abcc2421d9383210420')
+sha512sums=('e83ee56a3fa5c741bc11d30b023136b40318c6402e83e5a52c34e56737d3611733eec571e7c526c5096f226d7c55d187ec290741c2c08c57591f6776cc0677f5')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list