[arch-commits] Commit in haskell-aws/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 4 14:28:49 UTC 2017
Date: Wednesday, October 4, 2017 @ 14:28:49
Author: felixonmars
Revision: 261460
upgpkg: haskell-aws 0.17.1-1
rebuild with aws,0.17.1
Modified:
haskell-aws/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-04 14:26:49 UTC (rev 261459)
+++ PKGBUILD 2017-10-04 14:28:49 UTC (rev 261460)
@@ -4,10 +4,10 @@
_hkgname=aws
pkgname=haskell-aws
-pkgver=0.16
-pkgrel=82
+pkgver=0.17.1
+pkgrel=1
pkgdesc="Amazon Web Services (AWS) for Haskell"
-url="http://github.com/aristidb/aws"
+url="https://github.com/aristidb/aws"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-base16-bytestring"
@@ -20,14 +20,8 @@
"haskell-vector" "haskell-xml-conduit")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+sha512sums=('236e2d29c439f3a0928de6ad5a12628cb1c2bc9258e81373aa58880d5b46fca40395f7456e379768ed6ccd234e6119fab9bf89771326fdb1b9b6dd2060320474')
-prepare() {
- sed -e 's/xml-conduit >= 1.2 && <1.5/xml-conduit >= 1.2/' \
- -e 's/time >= 1.4.0 && < 1.7,/time >= 1.4.0,/' \
- -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list