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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 18:01:57 UTC 2020


    Date: Tuesday, February 25, 2020 @ 18:01:57
  Author: felixonmars
Revision: 581735

upgpkg: haskell-type-errors 0.2.0.0-13: rebuild with splitmix 0.0.4

Modified:
  haskell-type-errors/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 18:01:16 UTC (rev 581734)
+++ PKGBUILD	2020-02-25 18:01:57 UTC (rev 581735)
@@ -3,7 +3,7 @@
 _hkgname=type-errors
 pkgname=haskell-type-errors
 pkgver=0.2.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Tools for writing better type errors"
 url="https://github.com/isovector/type-errors"
 license=('BSD')
@@ -37,6 +37,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