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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 21:39:02 UTC 2020


    Date: Sunday, February 23, 2020 @ 21:39:00
  Author: felixonmars
Revision: 580051

upgpkg: haskell-fdo-notify 0.3.1-243: rebuild with split 0.2.3.4

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 21:38:22 UTC (rev 580050)
+++ PKGBUILD	2020-02-23 21:39:00 UTC (rev 580051)
@@ -4,7 +4,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=242
+pkgrel=243
 pkgdesc="Desktop Notifications client"
 url="https://bitbucket.org/taejo/fdo-notify/"
 license=("BSD")
@@ -33,6 +33,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