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

Felix Yan felixonmars at archlinux.org
Wed Mar 17 21:01:43 UTC 2021


    Date: Wednesday, March 17, 2021 @ 21:01:43
  Author: felixonmars
Revision: 894217

upgpkg: haskell-incremental-parser 0.5.0.2-1: rebuild with incremental-parser 0.5.0.2

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 20:57:57 UTC (rev 894216)
+++ PKGBUILD	2021-03-17 21:01:43 UTC (rev 894217)
@@ -3,8 +3,8 @@
 
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
-pkgver=0.5.0.1
-pkgrel=43
+pkgver=0.5.0.2
+pkgrel=1
 pkgdesc="Generic parser library capable of providing partial results from partial input."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('GPL')
@@ -11,15 +11,11 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-input-parsers' 'haskell-monoid-subclasses' 'haskell-parsers'
          'haskell-rank2classes')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
              'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0cdebfb1fc07f85363f70909d268a8e4f7c1f8ad0444f138292851d1e466cac981a4752410eadccfa092d24c53e3a3535ba66437bab3a3520910239946e38739')
+sha512sums=('2a8627b680709e746e516091f4a3837f7fdb78c1612be971d4db801bcf1f32f581d111df72cd68e73063ce85debbc23e57b1c8f0017a4706e8554ad47276d168')
 
-prepare() {
-    uusi -u monoid-subclasses $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list