Date: Thursday, September 29, 2022 @ 16:53:00
  Author: felixonmars
Revision: 1316572

upgpkg: haskell-aws 0.22.1-1: rebuild with aeson 2.0.3.0, aeson-diff 1.1.0.11, 
aws 0.22.1, bower-json 1.1.0.0, http2 3.0.3, hoauth2 2.1.0, jose 0.9, 
microlens-aeson 2.4.0, postgresql-binary 0.12.5, postgrest 10.0.0, req 3.10.0, 
swagger2 2.8.1

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 16:52:29 UTC (rev 1316571)
+++ PKGBUILD    2022-09-29 16:53:00 UTC (rev 1316572)
@@ -3,8 +3,8 @@
 
 _hkgname=aws
 pkgname=haskell-aws
-pkgver=0.22
-pkgrel=481
+pkgver=0.22.1
+pkgrel=1
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws";
 license=("BSD")
@@ -17,17 +17,12 @@
          'haskell-monad-control' 'haskell-network' 'haskell-network-bsd' 
'haskell-old-locale'
          'haskell-resourcet' 'haskell-safe' 'haskell-scientific' 
'haskell-tagged'
          'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-xml-conduit')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-errors' 
'haskell-http-client'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client'
              'haskell-http-client-tls' 'haskell-quickcheck-instances' 
'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-transformers-base')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('e7ff376c47a7ca7a65c8f10f19e591d4a4b4d2cfa333b4727f88f0b170d7acb0aff402617f2d617c522fe5d16ce92b249a23f1fb0a8bfe5bbefaef2931b786bd')
+sha512sums=('c7e3b35a9b7b2a11cee7025bac97faa699120a8b5ba6e9176d635f6c3b4803b7a469058346d5cfae58c3c1057563a0c45aacd46bb586db7eba21a33466b7e767')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u attoparsec -u base16-bytestring -u base64-bytestring -u 
http-client $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 

Reply via email to