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

Felix Yan felixonmars at archlinux.org
Fri Jan 3 19:35:12 UTC 2020


    Date: Friday, January 3, 2020 @ 19:35:11
  Author: felixonmars
Revision: 547685

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

Modified:
  haskell-text-builder/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 19:16:05 UTC (rev 547684)
+++ PKGBUILD	2020-01-03 19:35:11 UTC (rev 547685)
@@ -2,8 +2,8 @@
 
 _hkgname=text-builder
 pkgname=haskell-text-builder
-pkgver=0.6.5.1
-pkgrel=43
+pkgver=0.6.6.1
+pkgrel=1
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder"
 license=('MIT')
@@ -12,13 +12,8 @@
 makedepends=('ghc' '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=('40cf3ebcf8bb22af0db4f88c205a2d4f8b3b246aaf3f238d55ecd353413cdff073707aeff4aab7b11026e5edcd469d015f58eb103575cb5e81fc3827948ba1bb')
+sha512sums=('c98381114426ca93b4f4bf6899265a0c62ee683080acf3896e6f6592cefc4a2df00460908755a55be8b33af7840ccd378e48c52f4379f8dd4bc3411928c5c067')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list