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

Felix Yan felixonmars at archlinux.org
Mon Jan 4 15:42:27 UTC 2021


    Date: Monday, January 4, 2021 @ 15:42:26
  Author: felixonmars
Revision: 807576

upgpkg: haskell-attoparsec-iso8601 1.0.2.0-1: rebuild with attoparsec-iso8601 1.0.2.0

Modified:
  haskell-attoparsec-iso8601/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-04 14:47:44 UTC (rev 807575)
+++ PKGBUILD	2021-01-04 15:42:26 UTC (rev 807576)
@@ -2,20 +2,20 @@
 
 _hkgname=attoparsec-iso8601
 pkgname=haskell-attoparsec-iso8601
-pkgver=1.0.1.0
-pkgrel=103
+pkgver=1.0.2.0
+pkgrel=1
 pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
-url="https://github.com/bos/aeson"
+url="https://github.com/haskell/aeson"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat')
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat-batteries' 'haskell-time-compat')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a1d751d388446a7d2f628d7112b72beab338061bf2f8dc74c26549f0e93ebbb955bd9082db8a70db71cd80ceb576b22a94195c34f816eb6cecd5c584cb100e8b')
+sha512sums=('ae9595bbcaccd681afb223455484d0ee60690d8a468291cbde5c9eab6298d46434c43589ad3b55e9509e934aa34c382a6546c41b8e27dbbf7002bde20d6ee2a7')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.11/<1/' $_hkgname.cabal
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list