[arch-commits] Commit in haskell-th-lift-instances/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 25 17:37:20 UTC 2020


    Date: Tuesday, February 25, 2020 @ 17:37:19
  Author: felixonmars
Revision: 581679

upgpkg: haskell-th-lift-instances 0.1.14-16: rebuild with splitmix 0.0.4

Modified:
  haskell-th-lift-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 17:36:44 UTC (rev 581678)
+++ PKGBUILD	2020-02-25 17:37:19 UTC (rev 581679)
@@ -3,7 +3,7 @@
 _hkgname=th-lift-instances
 pkgname=haskell-th-lift-instances
 pkgver=0.1.14
-pkgrel=15
+pkgrel=16
 pkgdesc="Lift instances for template-haskell for common data types."
 url="https://github.com/bennofs/th-lift-instances/"
 license=('BSD')
@@ -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