[arch-commits] Commit in haskell-wl-pprint-text/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 19 10:41:57 UTC 2018
Date: Saturday, May 19, 2018 @ 10:41:57
Author: felixonmars
Revision: 324513
upgpkg: haskell-wl-pprint-text 1.2.0.0-1
rebuild with base-compat,0.10.1 aeson,1.3.1.1
Modified:
haskell-wl-pprint-text/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-19 10:38:47 UTC (rev 324512)
+++ PKGBUILD 2018-05-19 10:41:57 UTC (rev 324513)
@@ -4,16 +4,16 @@
_hkgname=wl-pprint-text
pkgname=haskell-wl-pprint-text
-pkgver=1.1.1.0
-pkgrel=10
+pkgver=1.2.0.0
+pkgrel=1
pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' "haskell-base-compat" "haskell-text")
+depends=('ghc-libs' "haskell-base-compat")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('16a265846b6f116b8e53b691875afab2e40c6c75dabd6ed74d2bc23aab8241208236aba880cb1b45b15dc2d3b0e1654f0187d8492145147922ee6ff4a36009fd')
+sha512sums=('d81e059deeba5bb23e82a6aa3a88ddcfb2b3b40c9c9591b1e5784040b9fa01626276f5c4761b3acd33d06c75066d38868de70586fc3ae830e20260ea00e425ae')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list