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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 23:00:28 UTC 2022


    Date: Tuesday, March 22, 2022 @ 23:00:28
  Author: felixonmars
Revision: 1170714

upgpkg: haskell-text-builder 0.6.6.4-1: rebuild with text-builder 0.6.6.4

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 22:56:49 UTC (rev 1170713)
+++ PKGBUILD	2022-03-22 23:00:28 UTC (rev 1170714)
@@ -2,18 +2,23 @@
 
 _hkgname=text-builder
 pkgname=haskell-text-builder
-pkgver=0.6.6.3
-pkgrel=52
+pkgver=0.6.6.4
+pkgrel=1
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-prelude' 'haskell-deferred-folds')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-text-builder-dev')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7dcaa13903a456738df846b6fbfb5dd679717d37e4e78d48af17609e92bfd0eaf60f1ba15ce2c50b9ddc709622871abc1d91b8cde94573f7d096824ee6eee375')
+sha512sums=('725ae3e7c4e02b5218ca35e3a283abe2b4eafd57bb7786681aec44a3e43d571ed453b802e9ab3c91f7409b57636e35a0cd5d31ff6d03c7b3b526104bf18f06a1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list