Date: Tuesday, February 25, 2020 @ 18:09:33
  Author: felixonmars
Revision: 581751

upgpkg: haskell-unliftio 0.2.12-19: rebuild with splitmix 0.0.4

Modified:
  haskell-unliftio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-25 18:08:39 UTC (rev 581750)
+++ PKGBUILD    2020-02-25 18:09:33 UTC (rev 581751)
@@ -4,7 +4,7 @@
 _hkgname=unliftio
 pkgname=haskell-unliftio
 pkgver=0.2.12
-pkgrel=18
+pkgrel=19
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
 url="https://github.com/fpco/monad-unlift";
 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
 }

Reply via email to