[arch-commits] Commit in haskell-attoparsec-iso8601/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Sep 24 14:26:15 UTC 2018


    Date: Monday, September 24, 2018 @ 14:26:14
  Author: felixonmars
Revision: 384567

upgpkg: haskell-attoparsec-iso8601 1.0.1.0-1

rebuild with attoparsec-iso8601 1.0.1.0

Modified:
  haskell-attoparsec-iso8601/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-24 11:00:49 UTC (rev 384566)
+++ PKGBUILD	2018-09-24 14:26:14 UTC (rev 384567)
@@ -2,8 +2,8 @@
 
 _hkgname=attoparsec-iso8601
 pkgname=haskell-attoparsec-iso8601
-pkgver=1.0.0.0
-pkgrel=45
+pkgver=1.0.1.0
+pkgrel=1
 pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
 url="https://github.com/bos/aeson"
 license=('custom:BSD3')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d4b545204429a73516eefa4ff1f174fb238544ca76258950275f146865873d2ebf00705dfdd16c17897ad3b10516aa2111eaaa27290e33009d033d227fbe6699')
+sha512sums=('a1d751d388446a7d2f628d7112b72beab338061bf2f8dc74c26549f0e93ebbb955bd9082db8a70db71cd80ceb576b22a94195c34f816eb6cecd5c584cb100e8b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/<.*0.10/<1/' $_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list