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

Felix Yan felixonmars at archlinux.org
Sun Mar 7 17:00:06 UTC 2021


    Date: Sunday, March 7, 2021 @ 17:00:05
  Author: felixonmars
Revision: 886744

upgpkg: haskell-input-parsers 0.1.0.1-84: rebuild with monoid-subclasses 1.1

Modified:
  haskell-input-parsers/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 16:57:45 UTC (rev 886743)
+++ PKGBUILD	2021-03-07 17:00:05 UTC (rev 886744)
@@ -3,16 +3,20 @@
 _hkgname=input-parsers
 pkgname=haskell-input-parsers
 pkgver=0.1.0.1
-pkgrel=83
+pkgrel=84
 pkgdesc="Extension of the parsers library with more capability and efficiency"
 url="https://github.com/blamario/input-parsers"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-monoid-subclasses' 'haskell-parsers')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('f8ede5b34b34a3b16e9fcda7f8eb22bce274a8c14b69be8836484d28729197be43a96cfe55bd852369662be68157afff6648538b1c4b05e919282b0ae3dc989d')
 
+prepare() {
+    uusi -u monoid-subclasses $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list