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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 16:32:35 UTC 2020


    Date: Friday, February 21, 2020 @ 16:32:35
  Author: felixonmars
Revision: 577739

upgpkg: haskell-rio-orphans 0.1.1.0-71: rebuild with tasty-golden 2.3.3

Modified:
  haskell-rio-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 16:31:52 UTC (rev 577738)
+++ PKGBUILD	2020-02-21 16:32:35 UTC (rev 577739)
@@ -3,7 +3,7 @@
 _hkgname=rio-orphans
 pkgname=haskell-rio-orphans
 pkgver=0.1.1.0
-pkgrel=70
+pkgrel=71
 pkgdesc="Orphan instances for the RIO type in the rio package"
 url="https://github.com/commercialhaskell/rio"
 license=('MIT')
@@ -38,6 +38,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