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

Felix Yan felixonmars at archlinux.org
Sat Feb 1 19:00:59 UTC 2020


    Date: Saturday, February 1, 2020 @ 19:00:58
  Author: felixonmars
Revision: 561084

upgpkg: haskell-wl-pprint-text 1.2.0.1-1: rebuild with wl-pprint-text 1.2.0.1

Modified:
  haskell-wl-pprint-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-01 18:57:52 UTC (rev 561083)
+++ PKGBUILD	2020-02-01 19:00:58 UTC (rev 561084)
@@ -3,8 +3,8 @@
 
 _hkgname=wl-pprint-text
 pkgname=haskell-wl-pprint-text
-pkgver=1.2.0.0
-pkgrel=12
+pkgver=1.2.0.1
+pkgrel=1
 pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-base-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d81e059deeba5bb23e82a6aa3a88ddcfb2b3b40c9c9591b1e5784040b9fa01626276f5c4761b3acd33d06c75066d38868de70586fc3ae830e20260ea00e425ae')
+sha512sums=('944ad7ead8eb062a3fdf71a90872a14d7c4e021d5237cd6aac19f1e882dc62e14cfdca114a8011b7b76faed10cf5fd76b120336adb4c10f6506fa06672e922f0')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/== *0.10/== 0.11/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list