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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 17:10:06 UTC 2020


    Date: Sunday, February 23, 2020 @ 17:10:05
  Author: felixonmars
Revision: 579869

upgpkg: haskell-mutable-containers 0.3.4-17: rebuild with split 0.2.3.4

Modified:
  haskell-mutable-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 17:09:24 UTC (rev 579868)
+++ PKGBUILD	2020-02-23 17:10:05 UTC (rev 579869)
@@ -2,7 +2,7 @@
 _hkgname=mutable-containers
 pkgname=haskell-mutable-containers
 pkgver=0.3.4
-pkgrel=16
+pkgrel=17
 pkgdesc='Abstactions and concrete implementations of mutable containers'
 arch=(x86_64)
 url="https://hackage.haskell.org/package/$_hkgname"
@@ -37,8 +37,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