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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 16:10:40 UTC 2020


    Date: Sunday, February 23, 2020 @ 16:10:37
  Author: felixonmars
Revision: 579800

upgpkg: haskell-prettyprinter 1.4.0-1: rebuild with prettyprinter 1.4.0

Modified:
  haskell-prettyprinter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 16:08:18 UTC (rev 579799)
+++ PKGBUILD	2020-02-23 16:10:37 UTC (rev 579800)
@@ -2,8 +2,8 @@
 
 _hkgname=prettyprinter
 pkgname=haskell-prettyprinter
-pkgver=1.3.0
-pkgrel=29
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter."
 url="https://github.com/hspec/prettyprinter"
 license=('custom:BSD2')
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-pgp-wordlist' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5aa07888cc61e1431d852188f1571726b2929eca36c285026f4d7458f73bb568fe73de7a113c687b62b352efaaa4d2d4fb9bbdff6250d1d944ca13ee6141e51c')
+sha512sums=('7d14a315afd3af217d1064cf85ff1b6d54c263a7563841f7e1d5d434e5ef8a1af1af1b1ad44af3769d3df259d2039580f90757a5d7bad7bc28faf8202cfc3064')
 
 build() {
     cd $_hkgname-$pkgver
@@ -39,6 +39,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.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+    install -D -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
 }



More information about the arch-commits mailing list