[arch-commits] Commit in ghc/trunk (PKGBUILD ghc-register.hook ghc-unregister.hook)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 10:16:20 UTC 2020
Date: Thursday, April 23, 2020 @ 10:16:20
Author: felixonmars
Revision: 617884
upgpkg: ghc 8.10.1-2
revert systemd-cat change: doesn't work in devtools
Modified:
ghc/trunk/PKGBUILD
ghc/trunk/ghc-register.hook
ghc/trunk/ghc-unregister.hook
---------------------+
PKGBUILD | 6 +++---
ghc-register.hook | 2 +-
ghc-unregister.hook | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 10:03:40 UTC (rev 617883)
+++ PKGBUILD 2020-04-23 10:16:20 UTC (rev 617884)
@@ -12,7 +12,7 @@
pkgbase=ghc
pkgname=(ghc-libs ghc ghc-static)
pkgver=8.10.1
-pkgrel=1
+pkgrel=2
pkgdesc='The Glasgow Haskell Compiler'
arch=('x86_64')
url='https://www.haskell.org/ghc/'
@@ -24,8 +24,8 @@
noextract=("$pkgbase-${pkgver}-src.tar.xz")
sha512sums=('e6bb5c326f8354f0892324586c164c6e04168215d8bfeccb594173a838a535e37bac38db6fbdb01fb37150099c12842c53be5e912dfb6a6feeae3c75d4ae24d0'
'd69e5222d1169c4224a2b69a13e57fdd574cb1b5932b15f4bc6c7d269a9658dd87acb1be81f52fbcf3cb64f96978b9943d10cee2c21bff0565aaa93a5d35fcae'
- 'f5e03176a9c210198ef1e681cb38bcf660412f0f8fbf4f30519c7f8193b40a1659f3fe9cd324bb57473219f7c3568e66a2be8d0146099b19bfad2ceeee2b9dc5'
- 'cd00ea8dcd4b9e28e5368700101d81322458b6155078a5c01c619c802c9c915b9c07a110e2c2e8091a372ae13bccaa33760a721a8d48681b9d1c034dac7acb19')
+ '5f659651d8e562a4dcaae0f821d272d6e9c648b645b1d6ab1af61e4dd690dc5a4b9c6846753b7f935963f001bb1ae1f40cd77731b71ef5a8dbc079a360aa3f8f'
+ '3bdbd05c4a2c4fce4adf6802ff99b1088bdfad63da9ebfc470af9e271c3dd796f86fba1cf319d8f4078054d85c6d9e6a01f79994559f24cc77ee1a25724af2e6')
prepare() {
# Need to extract this tarball with a UTF-8 locale instead of a chroot's "C"
Modified: ghc-register.hook
===================================================================
--- ghc-register.hook 2020-04-23 10:03:40 UTC (rev 617883)
+++ ghc-register.hook 2020-04-23 10:16:20 UTC (rev 617884)
@@ -7,6 +7,6 @@
[Action]
Description = Registering Haskell modules...
When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-cat -t haskell-register -p debug /$f ; done'
+Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" >>/var/log/haskell-register.log 2>&1 ; done'
Depends = ghc-libs
NeedsTargets
Modified: ghc-unregister.hook
===================================================================
--- ghc-unregister.hook 2020-04-23 10:03:40 UTC (rev 617883)
+++ ghc-unregister.hook 2020-04-23 10:16:20 UTC (rev 617884)
@@ -7,6 +7,6 @@
[Action]
Description = Unregistering Haskell modules...
When = PreTransaction
-Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-cat -t haskell-unregister -p debug /$f ; done'
+Exec = /bin/sh -c 'while read -r f; do /bin/sh "/$f" >>/var/log/haskell-register.log 2>&1 ; done'
Depends = ghc-libs
NeedsTargets
More information about the arch-commits
mailing list