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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 17:07:53 UTC 2020


    Date: Sunday, February 23, 2020 @ 17:07:53
  Author: felixonmars
Revision: 579863

upgpkg: haskell-binary-conduit 1.3.1-91: rebuild with split 0.2.3.4

Modified:
  haskell-binary-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 17:07:22 UTC (rev 579862)
+++ PKGBUILD	2020-02-23 17:07:53 UTC (rev 579863)
@@ -3,7 +3,7 @@
 _hkgname=binary-conduit
 pkgname=haskell-binary-conduit
 pkgver=1.3.1
-pkgrel=90
+pkgrel=91
 pkgdesc="Data serialization/deserialization conduit library"
 url="https://github.com/qnikst/binary-conduit/"
 license=('MIT')
@@ -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