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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 16:55:46 UTC 2020


    Date: Sunday, February 23, 2020 @ 16:55:45
  Author: felixonmars
Revision: 579843

upgpkg: haskell-base64-bytestring 1.0.0.3-8: rebuild with split 0.2.3.4

Modified:
  haskell-base64-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 16:55:01 UTC (rev 579842)
+++ PKGBUILD	2020-02-23 16:55:45 UTC (rev 579843)
@@ -7,7 +7,7 @@
 _hkgname=base64-bytestring
 pkgname=haskell-base64-bytestring
 pkgver=1.0.0.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Fast base64 encoding and decoding for ByteStrings"
 url="https://github.com/bos/base64-bytestring"
 license=('BSD')
@@ -42,6 +42,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