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

Felix Yan felixonmars at archlinux.org
Sun May 16 06:55:46 UTC 2021


    Date: Sunday, May 16, 2021 @ 06:55:46
  Author: felixonmars
Revision: 935637

upgpkg: haskell-input-parsers 0.2-1: rebuild with input-parsers 0.2

Modified:
  haskell-input-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 06:50:59 UTC (rev 935636)
+++ PKGBUILD	2021-05-16 06:55:46 UTC (rev 935637)
@@ -2,23 +2,22 @@
 
 _hkgname=input-parsers
 pkgname=haskell-input-parsers
-pkgver=0.1.0.1
-pkgrel=100
+pkgver=0.2
+pkgrel=1
 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' 'uusi')
+makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
         $_hkgname-import-fixes.patch::https://github.com/blamario/input-parsers/commit/999f30ca7c243ef46379b60bd1dcc7be43d28e65.patch)
-sha512sums=('f8ede5b34b34a3b16e9fcda7f8eb22bce274a8c14b69be8836484d28729197be43a96cfe55bd852369662be68157afff6648538b1c4b05e919282b0ae3dc989d'
+sha512sums=('75cdf91f6d30b4b7870d33b3495ac6cb39b418cee100d502de97fbad7c809170c3c1be5805b12dba89331212e884232b6c24fd9758d912dd4cf6d4aa950943f2'
             '82897bcfc69d9658971854782232de9c64745159489f287735dac0aed32481ba12962c5108ff07e528038e94ab29391528a8783dc885b413a2fee77c50c889f5')
 
 prepare() {
     cd $_hkgname-$pkgver
     patch -p1 -i ../$_hkgname-import-fixes.patch
-    uusi -u monoid-subclasses $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list