[arch-commits] Commit in haskell-optics-core/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Feb 26 22:23:50 UTC 2020


    Date: Wednesday, February 26, 2020 @ 22:23:50
  Author: felixonmars
Revision: 583425

upgpkg: haskell-optics-core 0.2-3: rebuild with ghc 8.8.3

Modified:
  haskell-optics-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 22:23:35 UTC (rev 583424)
+++ PKGBUILD	2020-02-26 22:23:50 UTC (rev 583425)
@@ -3,7 +3,7 @@
 _hkgname=optics-core
 pkgname=haskell-optics-core
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Optics as an abstract interface: core definitions"
 url="https://github.com/well-typed/optics-core"
 license=('BSD')
@@ -37,6 +37,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