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

Felix Yan felixonmars at archlinux.org
Sun Apr 26 03:40:46 UTC 2020


    Date: Sunday, April 26, 2020 @ 03:40:46
  Author: felixonmars
Revision: 621320

upgpkg: haskell-aws 0.22-37: rebuild with base64-bytestring 1.1.0.0

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 03:36:09 UTC (rev 621319)
+++ PKGBUILD	2020-04-26 03:40:46 UTC (rev 621320)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.22
-pkgrel=36
+pkgrel=37
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws"
 license=("BSD")
@@ -23,6 +23,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('e7ff376c47a7ca7a65c8f10f19e591d4a4b4d2cfa333b4727f88f0b170d7acb0aff402617f2d617c522fe5d16ce92b249a23f1fb0a8bfe5bbefaef2931b786bd')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/== *1.0/== 1.1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list