[arch-commits] Commit in haskell-http-api-data/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Tue May 16 18:15:44 UTC 2017


    Date: Tuesday, May 16, 2017 @ 18:15:43
  Author: felixonmars
Revision: 228286

upgpkg: haskell-http-api-data 0.3.7.1-1

rebuild with http-api-data,0.3.7.1

Modified:
  haskell-http-api-data/trunk/PKGBUILD
Deleted:
  haskell-http-api-data/trunk/haskell-http-api-data.install

-------------------------------+
 PKGBUILD                      |    4 ++--
 haskell-http-api-data.install |   18 ------------------
 2 files changed, 2 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-16 17:53:53 UTC (rev 228285)
+++ PKGBUILD	2017-05-16 18:15:43 UTC (rev 228286)
@@ -4,7 +4,7 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.3.7
+pkgver=0.3.7.1
 pkgrel=1
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
 url="http://github.com/fizruk/http-api-data"
@@ -14,7 +14,7 @@
          'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
          'haskell-unordered-containers' 'haskell-uri-bytestring' 'haskell-uuid-types')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('eb7578e787d44457f8dc8e728445f2a7964becc738eb7bc9da7af05de043f5cdac0df077d07872ae22df02da8aea55a7a2d8e101ea457a7602b8d409b5d81eea')
+sha512sums=('896e7e9737bb0d5869d1e1aa1d4a06409c1f56a5b508166b1aaf202ef638a2273c226beae22575b378254966c7b5be1b668efb91f2a744b8b73a2a3013552efb')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"

Deleted: haskell-http-api-data.install
===================================================================
--- haskell-http-api-data.install	2017-05-16 17:53:53 UTC (rev 228285)
+++ haskell-http-api-data.install	2017-05-16 18:15:43 UTC (rev 228286)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-http-api-data
-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