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

Felix Yan felixonmars at archlinux.org
Mon Dec 23 13:50:06 UTC 2019


    Date: Monday, December 23, 2019 @ 13:50:05
  Author: felixonmars
Revision: 539195

upgpkg: haskell-attoparsec-iso8601 1.0.1.0-38: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0

Modified:
  haskell-attoparsec-iso8601/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-23 13:45:41 UTC (rev 539194)
+++ PKGBUILD	2019-12-23 13:50:05 UTC (rev 539195)
@@ -3,7 +3,7 @@
 _hkgname=attoparsec-iso8601
 pkgname=haskell-attoparsec-iso8601
 pkgver=1.0.1.0
-pkgrel=37
+pkgrel=38
 pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
 url="https://github.com/bos/aeson"
 license=('BSD')
@@ -13,6 +13,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a1d751d388446a7d2f628d7112b72beab338061bf2f8dc74c26549f0e93ebbb955bd9082db8a70db71cd80ceb576b22a94195c34f816eb6cecd5c584cb100e8b')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.11/<1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list