[arch-commits] Commit in hlint/trunk (PKGBUILD hlint.install)

Felix Yan fyan at archlinux.org
Fri Feb 5 02:52:11 UTC 2016


    Date: Friday, February 5, 2016 @ 03:52:11
  Author: fyan
Revision: 160362

upgpkg: hlint 1.9.28-1

Modified:
  hlint/trunk/PKGBUILD
Deleted:
  hlint/trunk/hlint.install

---------------+
 PKGBUILD      |    4 ++--
 hlint.install |   18 ------------------
 2 files changed, 2 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-05 02:42:27 UTC (rev 160361)
+++ PKGBUILD	2016-02-05 02:52:11 UTC (rev 160362)
@@ -4,7 +4,7 @@
 
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
-pkgver=1.9.27
+pkgver=1.9.28
 pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/"
@@ -14,7 +14,7 @@
              "haskell-extra" "haskell-src-exts" "haskell-hscolour" "haskell-uniplate"
              "haskell-refact")
 source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('3e467fdd5ce0283f4513055230ef2ea3672a2b33469d8c73780ed240f23cdf6d')
+sha256sums=('eb06658a19c362a1f522dc495a6d5e5a90af68cefbcc178713aa8ee0a4c7f710')
 
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"    

Deleted: hlint.install
===================================================================
--- hlint.install	2016-02-05 02:42:27 UTC (rev 160361)
+++ hlint.install	2016-02-05 02:52:11 UTC (rev 160362)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/hlint
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}



More information about the arch-commits mailing list