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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:09:21 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:09:20
  Author: felixonmars
Revision: 583236

upgpkg: haskell-cookie 0.4.5-4: rebuild with ghc 8.8.3

Modified:
  haskell-cookie/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:08:46 UTC (rev 583235)
+++ PKGBUILD	2020-02-26 21:09:20 UTC (rev 583236)
@@ -5,7 +5,7 @@
 _hkgname=cookie
 pkgname=haskell-cookie
 pkgver=0.4.5
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP cookie parsing and rendering"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('MIT')
@@ -34,5 +34,5 @@
     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"
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list