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

Felix Yan felixonmars at archlinux.org
Mon Feb 20 01:40:09 UTC 2017


    Date: Monday, February 20, 2017 @ 01:40:08
  Author: felixonmars
Revision: 213138

upgpkg: haskell-aws 0.16-1

rebuild with aws,0.16

Modified:
  haskell-aws/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-19 20:04:36 UTC (rev 213137)
+++ PKGBUILD	2017-02-20 01:40:08 UTC (rev 213138)
@@ -4,8 +4,8 @@
 
 _hkgname=aws
 pkgname=haskell-aws
-pkgver=0.15
-pkgrel=21
+pkgver=0.16
+pkgrel=1
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws"
 license=("custom:BSD3")
@@ -20,14 +20,8 @@
          "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
          "haskell-vector" "haskell-xml-conduit")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('53c73595bddd5614d980486a380d4ce83c100fd25b5fa35d477609f1bd03b11b')
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
 
-prepare() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-
-    sed -i 's/xml-conduit          >= 1.2     && <1.4/xml-conduit >= 1.2 \&\& <1.5/' aws.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list