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

Felix Yan felixonmars at archlinux.org
Sat Mar 27 00:09:58 UTC 2021


    Date: Saturday, March 27, 2021 @ 00:09:58
  Author: felixonmars
Revision: 904929

upgpkg: haskell-aws 0.22-247: rebuild with attoparsec 0.14.1

Modified:
  haskell-aws/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 00:06:01 UTC (rev 904928)
+++ PKGBUILD	2021-03-27 00:09:58 UTC (rev 904929)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.22
-pkgrel=246
+pkgrel=247
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws"
 license=("BSD")
@@ -25,7 +25,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u base16-bytestring -u base64-bytestring -u http-client $_hkgname.cabal
+    uusi -u attoparsec -u base16-bytestring -u base64-bytestring -u http-client $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list