[arch-commits] Commit in haskell-pretty-show/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 11 03:29:00 UTC 2018
Date: Saturday, August 11, 2018 @ 03:29:00
Author: felixonmars
Revision: 370941
upgpkg: haskell-pretty-show 1.8.1-1
rebuild with pretty-show 1.8.1
Modified:
haskell-pretty-show/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-11 03:24:03 UTC (rev 370940)
+++ PKGBUILD 2018-08-11 03:29:00 UTC (rev 370941)
@@ -3,8 +3,8 @@
_hkgname=pretty-show
pkgname=haskell-pretty-show
-pkgver=1.7
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
pkgdesc='Tools for working with derived `Show` instances and generic inspection of values.'
url="http://wiki.github.com/yav/pretty-show"
license=('MIT')
@@ -12,7 +12,7 @@
depends=('ghc-libs' 'haskell-lexer')
makedepends=('ghc' 'happy')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('3bd43ccc466117912f525fafa24ecd06913e191652847804fe58f7031235501ac927a15681ec4cf9f2450fea8e00005598ce408fa95cebe39ad21f19d1e99202')
+sha512sums=('ec61f6634bd52040935bfe467afcfca38e7a58ce18007a8432adfb55373575527bea43a53ec1036616997d789be900941b25520028259a58dcf19930cf72dc26')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list