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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 14:53:05 UTC 2020


    Date: Tuesday, February 25, 2020 @ 14:53:04
  Author: felixonmars
Revision: 581394

upgpkg: haskell-fold-debounce 0.2.0.9-11: rebuild with splitmix 0.0.4

Modified:
  haskell-fold-debounce/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 14:52:10 UTC (rev 581393)
+++ PKGBUILD	2020-02-25 14:53:04 UTC (rev 581394)
@@ -3,7 +3,7 @@
 _pkgname=fold-debounce
 pkgname=haskell-fold-debounce
 pkgver=0.2.0.9
-pkgrel=10
+pkgrel=11
 pkgdesc='Fold multiple events that happen in a given period of time'
 arch=(x86_64)
 url="https://hackage.haskell.org/package/$_pkgname"
@@ -36,8 +36,8 @@
   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
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list