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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 15:25:24 UTC 2020


    Date: Friday, February 21, 2020 @ 15:25:24
  Author: felixonmars
Revision: 577646

upgpkg: haskell-singletons 2.6-19: rebuild with tasty-golden 2.3.3

Modified:
  haskell-singletons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 15:21:11 UTC (rev 577645)
+++ PKGBUILD	2020-02-21 15:25:24 UTC (rev 577646)
@@ -3,7 +3,7 @@
 _hkgname=singletons
 pkgname=haskell-singletons
 pkgver=2.6
-pkgrel=18
+pkgrel=19
 pkgdesc="A framework for generating singleton types"
 url="https://github.com/goldfirere/singletons"
 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