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

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 11 01:00:29 UTC 2022


    Date: Friday, March 11, 2022 @ 01:00:29
  Author: felixonmars
Revision: 1147055

upgpkg: haskell-text-show 3.9.3-1: rebuild with text-show 3.9.3

Modified:
  haskell-text-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 00:55:48 UTC (rev 1147054)
+++ PKGBUILD	2022-03-11 01:00:29 UTC (rev 1147055)
@@ -2,8 +2,8 @@
 
 _hkgname=text-show
 pkgname=haskell-text-show
-pkgver=3.9.2
-pkgrel=15
+pkgver=3.9.3
+pkgrel=1
 pkgdesc="Efficient conversion of values into Text"
 url="https://github.com/RyanGlScott/text-show"
 license=('BSD')
@@ -10,14 +10,14 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-compat-batteries' 'haskell-bifunctors' 'haskell-generic-deriving'
          'haskell-th-abstraction' 'haskell-th-lift' 'haskell-transformers-compat')
-makedepends=('ghc' 'haskell-base-orphans' 'haskell-deriving-compat' 'haskell-hspec'
+makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-deriving-compat' 'haskell-hspec'
              'haskell-quickcheck' 'haskell-quickcheck-instances')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d8c8f424b13b6cae29eb7fe602afd14eb6f32bfab9f0edb5884bb5453d402d76bf6b0015a1e47386b7839bba43071d6ccd427da38498eb6289de9154e9d1d225')
+sha512sums=('34b8629a7c05b4c9d31d7975379f9ec26d3e478c318167eae124265d14268328e435988be13384d650c9bbc32c185e9008caf4644d9aaf85eaa7b5adfb7a0ecf')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+    uusi -d bytestring-builder $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list