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

Felix Yan felixonmars at archlinux.org
Tue Dec 24 12:14:57 UTC 2019


    Date: Tuesday, December 24, 2019 @ 12:14:56
  Author: felixonmars
Revision: 539845

upgpkg: haskell-wl-pprint-text 1.2.0.0-10: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16

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

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 12:14:02 UTC (rev 539844)
+++ PKGBUILD	2019-12-24 12:14:56 UTC (rev 539845)
@@ -4,16 +4,21 @@
 _hkgname=wl-pprint-text
 pkgname=haskell-wl-pprint-text
 pkgver=1.2.0.0
-pkgrel=9
+pkgrel=10
 pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-base-compat")
+depends=('ghc-libs' 'haskell-base-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('d81e059deeba5bb23e82a6aa3a88ddcfb2b3b40c9c9591b1e5784040b9fa01626276f5c4761b3acd33d06c75066d38868de70586fc3ae830e20260ea00e425ae')
 
+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