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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 23 07:15:01 UTC 2022


    Date: Saturday, July 23, 2022 @ 07:15:00
  Author: felixonmars
Revision: 1255479

upgpkg: haskell-hackage-security 0.6.2.0-1: rebuild with hackage-security 0.6.2.0

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 07:03:25 UTC (rev 1255478)
+++ PKGBUILD	2022-07-23 07:15:00 UTC (rev 1255479)
@@ -3,8 +3,8 @@
 
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
-pkgver=0.6.1.0
-pkgrel=3
+pkgver=0.6.2.0
+pkgrel=1
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security"
 license=("BSD")
@@ -12,12 +12,17 @@
 depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring'
          'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-lukko' 'haskell-network'
          'haskell-network-uri' 'haskell-tar' 'haskell-zlib')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-aeson' 'haskell-tasty' 'haskell-tasty-hunit'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-aeson' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck' 'haskell-temporary' 'haskell-unordered-containers'
              'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0a303e8c594a5fef52bf95f3ff75379aeec44fdaebc6ba78da8bf7911798040b43c3c289f0c4d7bcd2c1903d82c29d5ffa012360660c3548c0f3fb4b719a9327')
+sha512sums=('1fdd5be9f01b8914a89853bc51a575c2d2efdf3b7811fdef130485cf2e95623cabeacac11861345ddd72fa65e6f80cf23576ef8786ba4a975bbabe64a307d768')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -d Cabal-syntax $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list