[arch-commits] Commit in haskell-pretty-show/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 22 08:30:12 UTC 2020


    Date: Saturday, February 22, 2020 @ 08:30:12
  Author: felixonmars
Revision: 578235

upgpkg: haskell-pretty-show 1.10-1: rebuild with pretty-show 1.10

Modified:
  haskell-pretty-show/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 08:27:55 UTC (rev 578234)
+++ PKGBUILD	2020-02-22 08:30:12 UTC (rev 578235)
@@ -2,8 +2,8 @@
 
 _hkgname=pretty-show
 pkgname=haskell-pretty-show
-pkgver=1.9.5
-pkgrel=9
+pkgver=1.10
+pkgrel=1
 pkgdesc='Tools for working with derived `Show` instances and generic inspection of values.'
 url="https://wiki.github.com/yav/pretty-show"
 license=('MIT')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-lexer')
 makedepends=('ghc' 'happy')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7bf382ad3531227588a82d7bcff3a795df0c425b27d7f4448a94fd617fbc8a4fb6087eb859480fe4702771bf560a353a3a3d5079cd6576c620d5258686c41193')
+sha512sums=('90ecf41790246c85ee7c738de2bb1a23a56a0a1d547cee627cb0a5f6c2691adfc73851ca0ebc928f3584912bc2b1148b115db03eea271e67f55d6a1466db8711')
 
 build() {
     cd $_hkgname-$pkgver
@@ -32,6 +32,6 @@
     install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
     install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
     runhaskell Setup copy --destdir="$pkgdir"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list