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

Felix Yan felixonmars at gemini.archlinux.org
Thu May 12 14:07:31 UTC 2022


    Date: Thursday, May 12, 2022 @ 14:07:30
  Author: felixonmars
Revision: 1199551

upgpkg: haskell-parsers 0.12.11-1: rebuild with parsers 0.12.11

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-12 14:07:23 UTC (rev 1199550)
+++ PKGBUILD	2022-05-12 14:07:30 UTC (rev 1199551)
@@ -3,8 +3,8 @@
 
 _hkgname=parsers
 pkgname=haskell-parsers
-pkgver=0.12.10
-pkgrel=225
+pkgver=0.12.11
+pkgrel=1
 pkgdesc="Parsing combinators"
 url="https://github.com/ekmett/parsers/"
 license=("BSD")
@@ -11,15 +11,10 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-orphans' 'haskell-charset'
          'haskell-scientific' 'haskell-unordered-containers')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('99ff90de4e60be3c03c8e1e5ae7902a37424c3139ccf566ff1cbc363d176787bd60bb709ef6c56f5b446f1f1b7eca65aa5d431897a0f82a9d6f7fe77fd2ee49f')
+sha512sums=('7ffa8b092aa731dc263151f755b52126924a8dd0a6c51aa52b044937976ad6410dd0755af5d361f5255c212e6cadc5793d15fa3a3fe26514c1324eeee71b4019')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -d semigroups -u attoparsec $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list