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

Felix Yan felixonmars at archlinux.org
Sat Jul 13 01:36:18 UTC 2019


    Date: Saturday, July 13, 2019 @ 01:36:18
  Author: felixonmars
Revision: 489255

upgpkg: haskell-text-printer 0.5.0.1-1

rebuild with text-printer 0.5.0.1

Modified:
  haskell-text-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 01:34:12 UTC (rev 489254)
+++ PKGBUILD	2019-07-13 01:36:18 UTC (rev 489255)
@@ -2,8 +2,8 @@
 
 _hkgname=text-printer
 pkgname=haskell-text-printer
-pkgver=0.5
-pkgrel=24
+pkgver=0.5.0.1
+pkgrel=1
 pkgdesc="Abstract interface for text builders/printers."
 url="https://github.com/mvv/text-printer"
 license=('BSD')
@@ -11,11 +11,11 @@
 depends=('ghc-libs' 'haskell-text-latin1')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('08dd0e5c0256822ba58e0d27dfc3b931b69385cfb4c020b91df73c02cd723f49f5c5b0faaecd5cbeb49f3cbe95e741ff3154c331e7573e9b78b42caae218586b')
+sha512sums=('1254ced76fab8622304344b49a85764f6c768929b0c14a012c26d5353b16c2d2df9bc013c46f94fdb6a6cac794064c5d5b90f2158c9bdc1d8cc91a46d9dd65b4')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/text-latin1 >= 0.3,/text-latin1 >= 0.3/' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/text-latin1 >= 0.3.1,/text-latin1 >= 0.3.1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list