[arch-commits] Commit in hoogle/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Feb 22 03:48:56 UTC 2020
Date: Saturday, February 22, 2020 @ 03:48:55
Author: felixonmars
Revision: 577950
upgpkg: hoogle 5.0.17.11-87: rebuild with tasty-golden 2.3.3
Modified:
hoogle/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-22 03:47:22 UTC (rev 577949)
+++ PKGBUILD 2020-02-22 03:48:55 UTC (rev 577950)
@@ -3,7 +3,7 @@
pkgname=hoogle
pkgver=5.0.17.11
-pkgrel=86
+pkgrel=87
pkgdesc="Haskell API Search"
url="https://www.haskell.org/hoogle/"
license=("BSD")
@@ -40,6 +40,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